Skip to content

Commit 6c67c3e

Browse files
authored
Release 0.16.1. (#258)
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])
1 parent 57b0762 commit 6c67c3e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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.16.1-dev"
3+
version = "0.16.1"
44
edition = "2018"
55
rust-version = "1.63"
66
authors = ["The NLnet Labs RPKI Team <[email protected]>"]

Changelog.md

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

3-
## Unreleased next version
3+
## 0.16.1
44

5-
Breaking changes
5+
Released 2023-04-25
66

77
New
88

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

14-
Bug fixes
15-
1614
Other changes
1715

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

0 commit comments

Comments
 (0)