We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80d84a commit 7c33de4Copy full SHA for 7c33de4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.18.5"
+version = "0.18.6"
4
edition = "2021"
5
rust-version = "1.81"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,12 +1,12 @@
# Changelog
-## Unreleased next version
+## 0.18.6
-Breaking changes
+Released 2025-04-23.
7
New
8
9
-* Added support for ASPA to SLURM. ([#325])
+* Added support for ASPA to SLURM. ([#325], [#329])
10
11
Bug fixes
12
@@ -24,6 +24,7 @@ Other changes
24
[#326]: https://github.com/NLnetLabs/rpki-rs/pull/326
25
[#327]: https://github.com/NLnetLabs/rpki-rs/pull/327
26
[#328]: https://github.com/NLnetLabs/rpki-rs/pull/328
27
+[#329]: https://github.com/NLnetLabs/rpki-rs/pull/329
28
29
30
## 0.18.5
0 commit comments