We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c1bb2b + e56245c commit 803133bCopy full SHA for 803133b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.11.1-dev"
+version = "0.11.1"
4
edition = "2018"
5
authors = ["The NLnet Labs RPKI Team <[email protected]>"]
6
description = "A library for validating and creating RPKI data."
Changelog.md
@@ -1,8 +1,8 @@
# Changelog
-## Unreleased next version
+## 0.11.1
-Breaking
+Released 2021-07-08.
7
New
8
@@ -17,8 +17,6 @@ Bug Fixes
17
standard formally allows it, so we shouldn’t reject updates because of
18
it. ([#148)]
19
20
-Other Changes
21
-
22
[#144]: https://github.com/NLnetLabs/rpki-rs/pull/144
23
[#147]: https://github.com/NLnetLabs/rpki-rs/pull/147
24
[#148]: https://github.com/NLnetLabs/rpki-rs/pull/148
0 commit comments