Skip to content

Commit fc32a01

Browse files
authored
Release 0.1.2. (#6)
Bug fixes * Don’t overwrite the log level when no command line options for it are given. ([b2a2f58])
1 parent 4a46bf9 commit fc32a01

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.2-dev"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.70"
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,10 +1,8 @@
11
# Change Log
22

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

5-
Breaking changes
6-
7-
New
5+
Released 2024-06-18.
86

97
Bug fixes
108

@@ -13,8 +11,6 @@ Bug fixes
1311

1412
[b2a2f58]: https://github.com/NLnetLabs/daemonbase/commit/b2a2f58c53116df30fa6464e3c224fabb1f2dc3b
1513

16-
Other changes
17-
1814

1915
## 0.1.1
2016

0 commit comments

Comments
 (0)