From bf081835c4d0f7d640231415ce4efee1ad4d2d73 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 8 Apr 2026 04:14:54 +0100 Subject: [PATCH] Release 0.3.4 --- 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 d55bb38..5bae3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ to 0.3.0 are beta releases. ## [Unreleased] -## [0.3.4] - PLANNED +## [0.3.4] - 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 0b15c6e..bcf9494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "age-plugin-yubikey" -version = "0.3.3" +version = "0.3.4" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index db38619..d56f949 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.3" +version = "0.3.4" authors = ["Jack Grigg "] repository = "https://github.com/str4d/age-plugin-yubikey" readme = "README.md"