Release v0.2.0

This commit is contained in:
Robin Krahl
2024-03-22 13:00:10 +01:00
parent d722e566be
commit 6a96ad0eb0
2 changed files with 23 additions and 2 deletions
+22 -1
View File
@@ -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
+1 -1
View File
@@ -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 <info@nitrokey.com>"]