We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f40e9 commit 8b86773Copy full SHA for 8b86773
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "daemonbase"
3
-version = "0.1.1-dev"
+version = "0.1.1"
4
edition = "2021"
5
rust-version = "1.70"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,14 +1,14 @@
# Change Log
-## Unreleased next version
+## 0.1.1
-Breaking changes
+Released 2024-05-29.
7
-New
+Other changes
8
9
-Bug fixes
+* Updated to `toml_edit` 0.22. ([#4])
10
11
-Other changes
+[4]: https://github.com/NLnetLabs/daemonbase/pull/4
12
13
14
## 0.1.0
0 commit comments