Skip to content

Commit

Permalink
Release 0.17.1. (#271)
Browse files Browse the repository at this point in the history
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])
  • Loading branch information
partim authored Jul 6, 2023
1 parent 4fc1a05 commit 7081a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
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.17.1-dev"
version = "0.17.1"
edition = "2021"
rust-version = "1.63"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
Expand Down
7 changes: 2 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

## 0.17.1

## Unreleased next version

Breaking changes
Released 2023-07-06.

New

Expand All @@ -14,8 +13,6 @@ Bug fixes

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

Other changes

[#269]: https://github.com/NLnetLabs/rpki-rs/pull/269
[#270]: https://github.com/NLnetLabs/rpki-rs/pull/270

Expand Down

0 comments on commit 7081a39

Please sign in to comment.