v0.5.0
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to Rust's notion of
|
||||
to 0.3.0 are beta releases.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.0] - 2024-08-04
|
||||
### Fixed
|
||||
- `age-plugin-yubikey` can now be compiled with Rust 1.80 and above.
|
||||
|
||||
### Changed
|
||||
- MSRV is now 1.67.0.
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -59,7 +59,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "age-plugin-yubikey"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"age-core",
|
||||
"age-plugin",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "age-plugin-yubikey"
|
||||
description = "YubiKey plugin for age clients"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Jack Grigg <thestr4d@gmail.com>"]
|
||||
repository = "https://github.com/str4d/age-plugin-yubikey"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user