From be6918199642d53ae1af75f181e0b5577449d7a2 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 25 Mar 2026 17:06:06 +0100 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf1452..4ff5e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.) diff --git a/Cargo.toml b/Cargo.toml index 44a64d6..3e461fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piv-authenticator" -version = "0.5.3" +version = "0.6.0" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "Apache-2.0 OR MIT"