Skip to content

Commit 36e4a32

Browse files
committed
chore(release): prepare for v0.2.0
1 parent a4a3326 commit 36e4a32

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.2.0] - 2025-11-14
6+
7+
### 🚀 Features
8+
- *(no category)* Replace D-Bus with Z-Bus ([#345](https://github.com/orhun/runst/issues/345))
9+
- **BREAKING**: replace D-Bus with Z-Bus ([#345](https://github.com/orhun/runst/issues/345))
10+
11+
12+
### 🚜 Refactor
13+
14+
- *(clippy)* Apply clippy suggestions- *(no category)* Replace format! with concat! for string literals ([#261](https://github.com/orhun/runst/issues/261))
15+
16+
17+
### 📚 Documentation
18+
19+
- *(coc)* Fix typo
20+
521
## [0.1.7] - 2024-03-26
622

723
### ⚙️ Miscellaneous Tasks

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.7" # bumped by release.sh
3+
version = "0.2.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)