We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6df253 commit 688e6ebCopy full SHA for 688e6eb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.18.0-dev"
+version = "0.18.0"
4
edition = "2021"
5
rust-version = "1.63"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,17 +1,13 @@
# Changelog
-## Unreleased next version
+## 0.18.0
+
+Released 2023-11-30.
7
Breaking changes
8
9
* Upgraded _ring_ to 0.17 and _quick-xml_ to 0.31. ([#287])
10
-New
-
11
-Bug fixes
12
13
-Other changes
14
15
[#287]: https://github.com/NLnetLabs/rpki-rs/pull/287
16
17
0 commit comments