From 6a96ad0eb0804ef23a6323424b3bbcc2bc89f475 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 22 Mar 2024 12:52:04 +0100 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 23 ++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1bdcb..59482fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,29 @@ SPDX-License-Identifier: CC0-1.0 # Changelog +## [Unreleased][] + +[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.2.0...HEAD + +- + +## [v0.2.0][] (2024-03-22) + +[v0.2.0]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.1.0...v0.2.0 + +- Improve documentation ([#4][], [#5][], [#7][]) +- Update dependencies: + - trussed ([#6][]) + - rsa ([#8][]) + +[#4]: https://github.com/trussed-dev/trussed-rsa-backend/pull/4 +[#5]: https://github.com/trussed-dev/trussed-rsa-backend/pull/5 +[#6]: https://github.com/trussed-dev/trussed-rsa-backend/pull/6 +[#7]: https://github.com/trussed-dev/trussed-rsa-backend/pull/7 +[#8]: https://github.com/trussed-dev/trussed-rsa-backend/pull/8 + ## [v0.1.0][] (2023-04-13) Initial release -[v0.1.0]: https://github.com/Nitrokey/trussed-rsa-backend/releases/tag/v0.1.0 +[v0.1.0]: https://github.com/trussed-dev/trussed-rsa-backend/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index dc0148e..6529a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "trussed-rsa-alloc" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Trussed backend adding support for the RSA algorithm using an allocator" authors = ["Nitrokey GmbH "]