mirror of
https://github.com/trussed-dev/trussed-rsa-backend.git
synced 2026-06-20 04:16:22 -07:00
Release v0.2.0
This commit is contained in:
+22
-1
@@ -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
@@ -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>"]
|
||||
|
||||
Reference in New Issue
Block a user