We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980269f commit 85d3a41Copy full SHA for 85d3a41
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.18.3-dev"
+version = "0.18.3"
4
edition = "2021"
5
rust-version = "1.64"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,18 +1,14 @@
# Changelog
-## Unreleased next version
+## 0.18.3
-Breaking changes
+Released 2024-06-10.
7
New
8
9
* Added `rrdp::NotificationFile::parse_limited` that allows parsing while
10
limiting the length of the list of deltas. ([#293])
11
12
-Bug fixes
13
-
14
-Other changes
15
16
[#293]: https://github.com/NLnetLabs/rpki-rs/pull/293
17
18
0 commit comments