We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70ec58 commit a1dee7cCopy full SHA for a1dee7c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.18.2-dev"
+version = "0.18.2"
4
edition = "2021"
5
rust-version = "1.64"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,8 +1,8 @@
# Changelog
-## Unreleased next version
+## 0.18.2
-Breaking changes
+Released 2024-05-29.
7
New
8
@@ -11,10 +11,6 @@ New
11
`rrdp::NotificationFile::has_matching_origin` to check for same origin
12
rules in RRDP. ([#287])
13
14
-Bug fixes
15
-
16
-Other changes
17
18
[#285]: https://github.com/NLnetLabs/rpki-rs/pull/285
19
[#287]: https://github.com/NLnetLabs/rpki-rs/pull/287
20
0 commit comments