Prepare release 0.2

This commit is contained in:
Sosthène Guédon
2023-04-27 11:17:48 +02:00
parent 76479ec986
commit 776f01492a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -7,6 +7,14 @@ SPDX-License-Identifier: CC0-1.0
## Unreleased
## [v0.2.0][] (2023-04-27)
- Use upstream trussed and trussed-staging ([#24][])
[#24]: https://github.com/Nitrokey/piv-authenticator/pull/24
[v0.2.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.2.0
## [v0.1.2][] (2023-04-24)
- Use `RsaPublicParts::deserialize` instead of `trussed::postcard_deserialize` for compatibility with recent Trussed changes.
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "piv-authenticator"
version = "0.1.2"
version = "0.2.0"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "LGPL-3.0-only"