Skip to content

Commit

Permalink
Release 0.16.1. (#258)
Browse files Browse the repository at this point in the history
New

* Added implementations for the `arbitrary::Arbitrary` trait to ASN and IP
  resource types. ([#255])
* Added more strict checks to validation of ASPA objects in accordance
  with draft-ietf-sidrops-aspa-profile12

Other changes

* Downgraded the minimum Rust version to 1.63. ([#257])
  • Loading branch information
partim authored Apr 25, 2023
1 parent 57b0762 commit 6c67c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.16.1-dev"
version = "0.16.1"
edition = "2018"
rust-version = "1.63"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
Expand Down
6 changes: 2 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased next version
## 0.16.1

Breaking changes
Released 2023-04-25

New

Expand All @@ -11,8 +11,6 @@ New
* Added more strict checks to validation of ASPA objects in accordance
with [draft-ietf-sidrops-aspa-profile12](https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-profile/12/). ([#256])

Bug fixes

Other changes

* Downgraded the minimum Rust version to 1.63. ([#257])
Expand Down

0 comments on commit 6c67c3e

Please sign in to comment.