From 85d3a4162f3fbcd8dd29dead4b34736df98ea9d4 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 10 Jun 2024 14:42:20 +0200 Subject: [PATCH] Release 0.18.3. (#294) New * Added `rrdp::NotificationFile::parse_limited` that allows parsing while limiting the length of the list of deltas. ([#293]) --- Cargo.toml | 2 +- Changelog.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80a0925..473af8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/Changelog.md b/Changelog.md index 82606c0..fdb95b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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