Skip to content

Commit f18fede

Browse files
authored
Release 0.18.6. (#330)
New * Added support for ASPA to SLURM. ([#325], [#329]) Bug fixes * Fix access to flags in the ASPA and router key RTR PDUs. ([#327]) * Fix reported version in EndOfData RTR PDUs. ([#328]) * Fix an overflow in `AddressRange::to_vX_prefixes` for prefix length 0. ([#323]) Other changes * The minimum supported Rust version is now 1.81. ([#326])
1 parent f80d84a commit f18fede

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.5"
3+
version = "0.18.6"
44
edition = "2021"
55
rust-version = "1.81"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

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

5-
Breaking changes
5+
Released 2025-04-23.
66

77
New
88

9-
* Added support for ASPA to SLURM. ([#325])
9+
* Added support for ASPA to SLURM. ([#325], [#329])
1010

1111
Bug fixes
1212

@@ -24,6 +24,7 @@ Other changes
2424
[#326]: https://github.com/NLnetLabs/rpki-rs/pull/326
2525
[#327]: https://github.com/NLnetLabs/rpki-rs/pull/327
2626
[#328]: https://github.com/NLnetLabs/rpki-rs/pull/328
27+
[#329]: https://github.com/NLnetLabs/rpki-rs/pull/329
2728

2829

2930
## 0.18.5

0 commit comments

Comments
 (0)