Skip to content

Commit 1e5e1b3

Browse files
authored
Release 0.1.1. (#5)
Other changes * Updated to `toml_edit` 0.22. ([#4])
1 parent 58f40e9 commit 1e5e1b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1-dev"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["NLnet Labs <rust-team@nlnetlabs.nl>"]

Changelog.md

Lines changed: 5 additions & 5 deletions
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)