We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c05426 commit 5e6c0e4Copy full SHA for 5e6c0e4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "daemonbase"
3
-version = "0.1.3"
+version = "0.1.4"
4
edition = "2021"
5
rust-version = "1.81"
6
authors = ["NLnet Labs <rust-team@nlnetlabs.nl>"]
Changelog.md
@@ -1,8 +1,8 @@
# Change Log
-## Unreleased next version
+## 0.1.4
-Breaking changes
+Released 2025-09-29.
7
New
8
@@ -13,10 +13,6 @@ New
13
without the _clap_ argument parser. ([#12])
14
* Added support for systemd’s socket activation. ([#13])
15
16
-Bug fixes
17
-
18
-Other changes
19
20
[11]: https://github.com/NLnetLabs/daemonbase/pull/11
21
[12]: https://github.com/NLnetLabs/daemonbase/pull/12
22
[13]: https://github.com/NLnetLabs/daemonbase/pull/13
0 commit comments