Skip to content

Commit

Permalink
Release 0.18.3. (#294)
Browse files Browse the repository at this point in the history
New

* Added `rrdp::NotificationFile::parse_limited` that allows parsing while
  limiting the length of the list of deltas. ([#293])
  • Loading branch information
partim authored Jun 10, 2024
1 parent 980269f commit 85d3a41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpki"
version = "0.18.3-dev"
version = "0.18.3"
edition = "2021"
rust-version = "1.64"
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Changelog

## Unreleased next version
## 0.18.3

Breaking changes
Released 2024-06-10.

New

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

Bug fixes

Other changes

[#293]: https://github.com/NLnetLabs/rpki-rs/pull/293


Expand Down

0 comments on commit 85d3a41

Please sign in to comment.