This commit is contained in:
Jack Grigg
2023-04-09 08:08:39 +00:00
parent 00db2d1948
commit 3d8a5e9076
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
to 0.3.0 are beta releases.
## [Unreleased]
## [0.4.0] - 2023-04-09
### Changed
- MSRV is now 1.65.0.
- The YubiKey PIV PIN and touch caches are now preserved across processes in
Generated
+1 -1
View File
@@ -50,7 +50,7 @@ dependencies = [
[[package]]
name = "age-plugin-yubikey"
version = "0.3.3"
version = "0.4.0"
dependencies = [
"age-core",
"age-plugin",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "age-plugin-yubikey"
description = "YubiKey plugin for age clients"
version = "0.3.3"
version = "0.4.0"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/age-plugin-yubikey"
readme = "README.md"