diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f59e7..dc35f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to Rust's notion of to 0.3.0 are beta releases. ## [Unreleased] + +## [0.3.1] - 2022-12-30 ### Changed - If a "sharing violation" error is encountered while opening a connection to a YubiKey, and `scdaemon` is running (which can hold exclusive access to a YubiKey indefinitely), `age-plugin-yubikey` now attempts to stop `scdaemon` by interrupting it (or killing it on Windows), and then tries again to open the connection. +- Several error messages were enhanced with guidance on how to resolve their + respective issue. ## [0.3.0] - 2022-05-02 First non-beta release! diff --git a/Cargo.lock b/Cargo.lock index d7ebc95..3ce19da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "age-plugin-yubikey" -version = "0.3.0" +version = "0.3.1" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index b7442f2..80a6dbe 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.0" +version = "0.3.1" authors = ["Jack Grigg "] repository = "https://github.com/str4d/age-plugin-yubikey" readme = "README.md" @@ -9,6 +9,7 @@ keywords = ["age", "cli", "encryption", "yubikey"] categories = ["command-line-utilities", "cryptography"] license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.56" # MSRV [package.metadata.deb] extended-description = """\