Skip to content

Commit 053d3b5

Browse files
Release v0.3.0
1 parent 53fb650 commit 053d3b5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ SPDX-License-Identifier: CC0-1.0
77

88
## [Unreleased][]
99

10-
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.2.0...HEAD
10+
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.3.0...HEAD
11+
12+
-
13+
14+
## [v0.3.0][] (2025-07-31)
15+
16+
[v0.3.0]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.2.1...v0.3.0
1117

1218
- Use `trussed-core` and remove default features for `trussed`.
1319
- Add `MECHANISMS` constant with the implemented mechanisms.
20+
- Use `SerializedKey` instead of `Bytes<MAX_KEY_MATERIAL_LENGTH>` when serializing keys.
1421

1522
## [v0.2.1][] (2024-06-21)
1623

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "trussed-rsa-alloc"
6-
version = "0.2.1"
6+
version = "0.3.0"
77
edition = "2021"
88
description = "Trussed backend adding support for the RSA algorithm using an allocator"
99
authors = ["Nitrokey GmbH <[email protected]>"]

0 commit comments

Comments
 (0)