Skip to content

Commit

Permalink
Merge pull request #184 from str4d/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
str4d authored Aug 4, 2024
2 parents fec9dcc + 0699991 commit ca1cd58
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 33 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
65 changes: 33 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ca1cd58

Please sign in to comment.