Skip to content

Commit

Permalink
Prepare for release 0.18.2. (#291)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
partim authored May 29, 2024
1 parent e70ec58 commit ed80969
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.2-dev"
version = "0.18.2"
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,8 +1,8 @@
# Changelog

## Unreleased next version
## 0.18.2

Breaking changes
Released 2024-05-29.

New

Expand All @@ -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

Expand Down

0 comments on commit ed80969

Please sign in to comment.