Skip to content

Commit 0610e71

Browse files
authored
Prepare for release 0.18.4. (#296)
Bug fixes * Correctly encode a CRL with empty revokedCertificates. ([#295])
1 parent fdf0b46 commit 0610e71

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Cargo.toml

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

Changelog.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
# Changelog
22

3+
## 0.18.4
34

4-
## Unreleased next version
5-
6-
Breaking changes
7-
8-
New
5+
Released 2024-06-21.
96

107
Bug fixes
118

129
* Correctly encode a CRL with empty revokedCertificates. ([#295])
1310

14-
Other changes
15-
1611
[#295]: https://github.com/NLnetLabs/rpki-rs/pull/295
1712

1813

0 commit comments

Comments
 (0)