Skip to content

Commit 7a351a5

Browse files
committed
chore(release): prepare for v0.1.0
1 parent 86b11eb commit 7a351a5

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.0] - 2023-03-05
6+
7+
### 🚀 Features
8+
9+
- *(x11)* Add `wrap_content` option
10+
11+
### 📚 Documentation
12+
13+
- *(project)* Update emojis in the description
14+
- *(readme)* Add ctl usage example
15+
- *(readme)* Update logo link
16+
17+
### 🎨 Styling
18+
19+
- *(assets)* Update demo recordings
20+
- *(assets)* Update project logo
21+
- *(notification)* Update the startup message
22+
- *(readme)* Use HTML for the project header
23+
- *(readme)* Update the emoji in README.md
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- *(assets)* Remove unnecessary asset
28+
- *(config)* Update default config
29+
- *(github)* Add Jekyll theme
30+
- *(github)* Remove Jekyll theme
31+
532
## [0.1.0-rc.2] - 2023-03-02
633

734
### 📚 Documentation

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runst"
3-
version = "0.1.0-rc.2" # bumped by release.sh
3+
version = "0.1.0" # bumped by release.sh
44
description = "A dead simple notification daemon 🦡"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)