Merge pull request #31 from Nitrokey/release-030

Prepare release 0.3.0
This commit is contained in:
sosthene-nitrokey
2023-06-02 10:37:14 +02:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -5,7 +5,15 @@ SPDX-License-Identifier: CC0-1.0
# Changelog
## Unreleased
## [v0.3.0][] (2023-05-31)
- Fix reset not checking that the key is locked ([#29][])
- Make GUID configurable ([#30][])
[#30]: https://github.com/Nitrokey/piv-authenticator/pull/30
[#29]: https://github.com/Nitrokey/piv-authenticator/pull/29
[v0.3.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.0
## [v0.2.0][] (2023-04-27)
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "piv-authenticator"
version = "0.2.0"
version = "0.3.0"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "LGPL-3.0-only"