From 86d482b38dd520dd47295b52ba73e76c00334710 Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Sun, 21 Nov 2021 08:10:17 -0800 Subject: [PATCH] yubikey-cli v0.5.0 (#328) --- Cargo.lock | 2 +- cli/CHANGELOG.md | 6 ++++++ cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9924d63..f9245c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -928,7 +928,7 @@ dependencies = [ [[package]] name = "yubikey-cli" -version = "0.5.0-pre" +version = "0.5.0" dependencies = [ "env_logger", "gumdrop", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 299757c..eecf951 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.5.0 (2021-11-21) +### Changed +- Bump `yubikey` dependency to v0.5 ([#327]) + +[#327]: https://github.com/iqlusioninc/yubikey.rs/pull/327 + ## 0.4.0 (2021-07-12) ### Changed - Switch to renamed `yubikey` crate ([#283]) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ed75902..675b2fe 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yubikey-cli" -version = "0.5.0-pre" +version = "0.5.0" description = """ Command-line interface for performing encryption and signing using RSA/ECC keys stored on YubiKey devices.