Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 0.18.5. #322

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4"
version = "0.18.5"
edition = "2021"
rust-version = "1.73"
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]
Expand Down
11 changes: 5 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.5

Breaking changes
Released 2025-01-22.

New

Expand All @@ -19,8 +19,8 @@ New
* Enable ASPA version 2 in the RTR server. ([#318])
* The ASPA `ProviderAsSet` now keeps track of its length and exposes it
via the new `len` method. ([#315])
* The ASPA Provider AS Set is now length is limited to 16380 entries when
parsing from ASPA objects and creating RTR PDUs. ([#316])
* The ASPA Provider AS Set is now limited to 16380 entries when parsing from
ASPA objects and creating RTR PDUs. ([#316])
* Exposed `ca::idcert::TbsIdCert::validity`. ([#310]);
* Protect against maliciously large XML input to the RRDP parser. This
will allow re-enabling GZIP support in RRDP clients. ([#319])
Expand All @@ -34,14 +34,13 @@ Bug fixes

Other changes

* The minimum supported Rust version is now 1.70. ([#303])
* The minimum supported Rust version is now 1.73. ([#319])

[#297]: https://github.com/NLnetLabs/rpki-rs/pull/297
[#298]: https://github.com/NLnetLabs/rpki-rs/pull/298
[#299]: https://github.com/NLnetLabs/rpki-rs/pull/299
[#300]: https://github.com/NLnetLabs/rpki-rs/pull/300
[#302]: https://github.com/NLnetLabs/rpki-rs/pull/302
[#303]: https://github.com/NLnetLabs/rpki-rs/pull/303
[#304]: https://github.com/NLnetLabs/rpki-rs/pull/304
[#306]: https://github.com/NLnetLabs/rpki-rs/pull/306
[#309]: https://github.com/NLnetLabs/rpki-rs/pull/309
Expand Down
Loading