Skip to content

Commit ed80969

Browse files
authored
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
1 parent e70ec58 commit ed80969

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.2-dev"
3+
version = "0.18.2"
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,8 +1,8 @@
11
# Changelog
22

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

5-
Breaking changes
5+
Released 2024-05-29.
66

77
New
88

@@ -11,10 +11,6 @@ New
1111
`rrdp::NotificationFile::has_matching_origin` to check for same origin
1212
rules in RRDP. ([#287])
1313

14-
Bug fixes
15-
16-
Other changes
17-
1814
[#285]: https://github.com/NLnetLabs/rpki-rs/pull/285
1915
[#287]: https://github.com/NLnetLabs/rpki-rs/pull/287
2016

0 commit comments

Comments
 (0)