Release v0.6.0

This commit is contained in:
Robin Krahl
2026-03-26 11:42:44 +01:00
parent c93a7b27b4
commit be69181996
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -2,7 +2,13 @@
## [Unreleased][]
[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
-
## [v0.6.0][] (2026-03-25)
[v0.6.0]: https://github.com/trussed-dev/piv-authenticator/releases/tag/v0.6.0
- Replace `trussed-rsa-alloc` dependency with `trussed-rsa-types` for most use cases.
(Only the `virt` feature still requires `trussed-rsa-alloc`.)
+1 -1
View File
@@ -1,6 +1,6 @@
[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"