Release 0.3.1

This commit is contained in:
Jack Grigg
2022-12-30 11:57:07 +00:00
parent 539111c30c
commit 876afecc5c
3 changed files with 7 additions and 2 deletions
+4
View File
@@ -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!