Skip to content

Commit d225c3f

Browse files
committed
chore: released 0.2.1
1 parent 73f52e3 commit d225c3f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog of `with_daemon`
22

3+
## [0.2.1] - 2024-12-31
4+
5+
This release brings only documentation fixes and MSRV declaration.
6+
7+
### 📚 Documentation
8+
9+
- Updated comments in examples
10+
- Added badges to README.md
11+
- Minor documentation enhancements
12+
- Declared MSRV
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Removed unneeded release-packaging workflow
17+
318
## [0.2.0] - 2024-09-14
419

520
### 🚀 Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/with_daemon"
1111
categories = ["concurrency", "network-programming", "asynchronous", "caching"]
1212
keywords = ["daemon", "daemonize", "linux", "unix", "async"]
1313

14-
version = "0.2.0"
14+
version = "0.2.1"
1515
edition = "2021"
1616
rust-version = "1.76"
1717

0 commit comments

Comments
 (0)