Skip to content

Commit 8b86773

Browse files
committed
Prepare for release 0.1.1.
1 parent 58f40e9 commit 8b86773

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daemonbase"
3-
version = "0.1.1-dev"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Change Log
22

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

5-
Breaking changes
5+
Released 2024-05-29.
66

7-
New
7+
Other changes
88

9-
Bug fixes
9+
* Updated to `toml_edit` 0.22. ([#4])
1010

11-
Other changes
11+
[4]: https://github.com/NLnetLabs/daemonbase/pull/4
1212

1313

1414
## 0.1.0

0 commit comments

Comments
 (0)