From 488cad5b7fd20b12b2ed1c671e4a353260539742 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Fri, 9 Dec 2022 11:44:57 +0100 Subject: [PATCH] Release 0.7.1. (#68) --- Cargo.toml | 2 +- Changelog.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b81d73..a83b8c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bcder" -version = "0.7.1-dev" +version = "0.7.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 f2e3008..90a0f58 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Change Log -## Unreleased future version +## 0.7.1 -Breaking changes +Released 2022-12-09. New @@ -15,8 +15,6 @@ Bug fixes * Fix `Tag::BMP_STRING` to `UNIVERSAL 30`. ([#67] by [@lvkv]) -Other changes - [#67]: https://github.com/NLnetLabs/bcder/pull/67 [@lvkv]: https://github.com/lvkv