Skip to content

Commit 5e6c0e4

Browse files
committed
Prepare for release 0.1.4.
1 parent 2c05426 commit 5e6c0e4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daemonbase"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
rust-version = "1.81"
66
authors = ["NLnet Labs <rust-team@nlnetlabs.nl>"]

Changelog.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22

3-
## Unreleased next version
3+
## 0.1.4
44

5-
Breaking changes
5+
Released 2025-09-29.
66

77
New
88

@@ -13,10 +13,6 @@ New
1313
without the _clap_ argument parser. ([#12])
1414
* Added support for systemd’s socket activation. ([#13])
1515

16-
Bug fixes
17-
18-
Other changes
19-
2016
[11]: https://github.com/NLnetLabs/daemonbase/pull/11
2117
[12]: https://github.com/NLnetLabs/daemonbase/pull/12
2218
[13]: https://github.com/NLnetLabs/daemonbase/pull/13

0 commit comments

Comments
 (0)