From 6b7babbdfdd4220a91b31c5ed0b6f8bd93824689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Fri, 21 Jun 2024 09:15:54 +0200 Subject: [PATCH] Prepare release 0.2.1 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59482fc..0ded671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,13 @@ SPDX-License-Identifier: CC0-1.0 [Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.2.0...HEAD -- +## [v0.2.1][] (2024-06-21) + +[v0.2.1]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.2.0...v0.2.1 + +- Fix missing zeros of RSA implementation ([#12][]) + +[#12]: https://github.com/trussed-dev/trussed-rsa-backend/pull/12 ## [v0.2.0][] (2024-03-22) diff --git a/Cargo.toml b/Cargo.toml index 6529a48..6ba5496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "trussed-rsa-alloc" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Trussed backend adding support for the RSA algorithm using an allocator" authors = ["Nitrokey GmbH "]