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.17.0. #268

Merged
merged 1 commit into from
Jul 5, 2023
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.16.2-dev"
version = "0.17.0"
edition = "2021"
rust-version = "1.63"
authors = ["The NLnet Labs RPKI Team <[email protected]>"]
Expand Down
8 changes: 3 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased next version
## 0.17.0

Released 2023-07-05.

Breaking changes

Expand All @@ -21,10 +23,6 @@ New
* Added a new module `util::base64` that provides Base 64 encoding of data
for various scenarios. ([#263])

Bug fixes

Other changes

[#259]: https://github.com/NLnetLabs/rpki-rs/pull/259
[#260]: https://github.com/NLnetLabs/rpki-rs/pull/260
[#261]: https://github.com/NLnetLabs/rpki-rs/pull/261
Expand Down