Skip to content

Commit b5a55b8

Browse files
authored
Release 0.15.1. (#1347)
Bug fixes * Fixed a bug introduced in 0.15.0 where CAs do to not clear fulfilled certification requests causing them to re-request a certificate every time they contact their parent. ([#1345]) Other changes * Updated dependencies.
1 parent 8484ae8 commit b5a55b8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
# Note: some of these values are also used when building Debian packages below.
33
name = "krill"
4-
version = "0.15.1-rc1"
4+
version = "0.15.1"
55
edition = "2024"
66
rust-version = "1.85"
77
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## Unreleased next version
3+
## 0.15.1 ‘Contains Adult Language’
4+
5+
Released 2026-01-19.
46

57
Bug fixes
68

0 commit comments

Comments
 (0)