We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93a7b2 commit be69181Copy full SHA for be69181
2 files changed
CHANGELOG.md
@@ -2,7 +2,13 @@
2
3
## [Unreleased][]
4
5
-[Unreleased]: https://github.com/trussed-dev/piv-authenticator/compare/v0.5.3...HEAD
+[Unreleased]: https://github.com/trussed-dev/piv-authenticator/compare/v0.6.0...HEAD
6
+
7
+-
8
9
+## [v0.6.0][] (2026-03-25)
10
11
+[v0.6.0]: https://github.com/trussed-dev/piv-authenticator/releases/tag/v0.6.0
12
13
- Replace `trussed-rsa-alloc` dependency with `trussed-rsa-types` for most use cases.
14
(Only the `virt` feature still requires `trussed-rsa-alloc`.)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "piv-authenticator"
-version = "0.5.3"
+version = "0.6.0"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "Apache-2.0 OR MIT"
0 commit comments