Skip to content

Commit 85d3a41

Browse files
authored
Release 0.18.3. (#294)
New * Added `rrdp::NotificationFile::parse_limited` that allows parsing while limiting the length of the list of deltas. ([#293])
1 parent 980269f commit 85d3a41

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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-dev"
3+
version = "0.18.3"
44
edition = "2021"
55
rust-version = "1.64"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

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

3-
## Unreleased next version
3+
## 0.18.3
44

5-
Breaking changes
5+
Released 2024-06-10.
66

77
New
88

99
* Added `rrdp::NotificationFile::parse_limited` that allows parsing while
1010
limiting the length of the list of deltas. ([#293])
1111

12-
Bug fixes
13-
14-
Other changes
15-
1612
[#293]: https://github.com/NLnetLabs/rpki-rs/pull/293
1713

1814

0 commit comments

Comments
 (0)