From ed80969edf01713b0e38f96cec7ddadc9fc622e5 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 29 May 2024 15:45:54 +0200 Subject: [PATCH] Prepare for release 0.18.2. (#291) New * `Serial` can now be converted from and to `[u8; 20]`. ([#285]) * Added `uri::Https::eq_authority` and `rrdp::NotificationFile::has_matching_origin` to check for same origin rules --- Cargo.toml | 2 +- Changelog.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16d0f49..f8f94d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.18.2-dev" +version = "0.18.2" edition = "2021" rust-version = "1.64" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index f83b378..fe128ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Changelog -## Unreleased next version +## 0.18.2 -Breaking changes +Released 2024-05-29. New @@ -11,10 +11,6 @@ New `rrdp::NotificationFile::has_matching_origin` to check for same origin rules in RRDP. ([#287]) -Bug fixes - -Other changes - [#285]: https://github.com/NLnetLabs/rpki-rs/pull/285 [#287]: https://github.com/NLnetLabs/rpki-rs/pull/287