Release v0.5.2

This commit is contained in:
Robin Krahl
2025-07-31 09:11:57 +02:00
parent 029fc7083c
commit c3971283c8
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -2,6 +2,14 @@
## [Unreleased][]
[Unreleased]: https://github.com/trussed-dev/piv-authenticator/compare/v0.5.2...HEAD
-
## [v0.5.2][] (2025-07-31)
[v0.5.2]: https://github.com/trussed-dev/piv-authenticator/releases/tag/v0.5.2
### Changed
- Fix missing clear calls on `UseValidKey` ([#30][])
@@ -9,7 +17,6 @@
[#30]: https://github.com/trussed-dev/piv-authenticator/pull/30
[#28]: https://github.com/trussed-dev/piv-authenticator/pull/28
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.5.1...HEAD
## [v0.5.1][] (2025-05-12)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "piv-authenticator"
version = "0.5.1"
version = "0.5.2"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "Apache-2.0 OR MIT"