Skip to content

Commit 7081a39

Browse files
authored
Release 0.17.1. (#271)
New * Added a new method `write_encoded_slice` to `util::base64::Slurm`. ([#269]) Bug fixes * Correctly rejects ASPA objects that have a version of 0. ([#270])
1 parent 4fc1a05 commit 7081a39

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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.17.1-dev"
3+
version = "0.17.1"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["The NLnet Labs RPKI Team <[email protected]>"]

Changelog.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Changelog
22

3+
## 0.17.1
34

4-
## Unreleased next version
5-
6-
Breaking changes
5+
Released 2023-07-06.
76

87
New
98

@@ -14,8 +13,6 @@ Bug fixes
1413

1514
* Correctly rejects ASPA objects that have a version of 0. ([#270])
1615

17-
Other changes
18-
1916
[#269]: https://github.com/NLnetLabs/rpki-rs/pull/269
2017
[#270]: https://github.com/NLnetLabs/rpki-rs/pull/270
2118

0 commit comments

Comments
 (0)