From 9329e31dd3d0819d5d7b739aef59e455e10fcfa1 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 8 Apr 2026 04:27:00 +0100 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b5294..a3049a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ to 0.3.0 are beta releases. ## [Unreleased] -## [0.3.4], [0.4.1] - 2026-04-08 +## [0.3.4], [0.4.1], [0.5.1] - 2026-04-08 ### Fixed - `age-plugin-yubikey` now completely ignores any identity that has unrecognised critical extensions in its certificate, to ensure it doesn't misuse a newer diff --git a/Cargo.lock b/Cargo.lock index 41d04cf..13464e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "age-plugin-yubikey" -version = "0.5.0" +version = "0.5.1" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index afcabec..b4661ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "age-plugin-yubikey" description = "YubiKey plugin for age clients" -version = "0.5.0" +version = "0.5.1" authors = ["Jack Grigg "] repository = "https://github.com/str4d/age-plugin-yubikey" readme = "README.md"