From 6261dcdd0ecff3f1b45469697b7b67451cdbe149 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Fri, 29 Oct 2021 16:44:15 +0200 Subject: [PATCH] Prepare for release 0.6.1. (#62) --- Cargo.toml | 2 +- Changelog.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d3e4d7..cd02740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bcder" -version = "0.6.1-dev" +version = "0.6.1" edition = "2018" authors = ["The NLnet Labs RPKI Team "] description = "Handling of data encoded in BER, CER, and DER." diff --git a/Changelog.md b/Changelog.md index 1a95025..6b00c38 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Change Log -## Unreleased Future Version +## 0.6.1 -Breaking Changes +Released 2012-10-29. New @@ -10,10 +10,6 @@ New representation of an unsigned integer. ([#59]) * Add `OctetString::take_opt_from`. ([#61]) -Bug Fixes - -Other Changes - [#59]: https://github.com/NLnetLabs/bcder/pull/59 [#61]: https://github.com/NLnetLabs/bcder/pull/61