From 367a081eeab19e47d9f2df659bd34316a06647cd Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 1 Jan 2023 13:45:21 +0000 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05461ff..7da3a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to Rust's notion of to 0.3.0 are beta releases. ## [Unreleased] + +## [0.3.2] - 2023-01-01 ### Changed - 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. diff --git a/Cargo.lock b/Cargo.lock index 3ce19da..eccee10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "age-plugin-yubikey" -version = "0.3.1" +version = "0.3.2" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index 80a6dbe..b1eed07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "age-plugin-yubikey" description = "YubiKey plugin for age clients" -version = "0.3.1" +version = "0.3.2" authors = ["Jack Grigg "] repository = "https://github.com/str4d/age-plugin-yubikey" readme = "README.md"