Release 0.3.2

This commit is contained in:
Jack Grigg
2023-01-01 13:45:21 +00:00
parent cfb1e5e3d5
commit 367a081eea
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. to 0.3.0 are beta releases.
## [Unreleased] ## [Unreleased]
## [0.3.2] - 2023-01-01
### Changed ### Changed
- The "sharing violation" logic now also sends SIGHUP to any `yubikey-agent` - The "sharing violation" logic now also sends SIGHUP to any `yubikey-agent`
that is running, to have them release any YubiKey locks they are holding. that is running, to have them release any YubiKey locks they are holding.
Generated
+1 -1
View File
@@ -49,7 +49,7 @@ dependencies = [
[[package]] [[package]]
name = "age-plugin-yubikey" name = "age-plugin-yubikey"
version = "0.3.1" version = "0.3.2"
dependencies = [ dependencies = [
"age-core", "age-core",
"age-plugin", "age-plugin",
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "age-plugin-yubikey" name = "age-plugin-yubikey"
description = "YubiKey plugin for age clients" description = "YubiKey plugin for age clients"
version = "0.3.1" version = "0.3.2"
authors = ["Jack Grigg <thestr4d@gmail.com>"] authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/age-plugin-yubikey" repository = "https://github.com/str4d/age-plugin-yubikey"
readme = "README.md" readme = "README.md"