Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Mar 22, 2024
1 parent 9732a9a commit 6dfc9bd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 6dfc9bd

Please sign in to comment.