From e61682be43b271b6fb366660147c6ce5022b7778 Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Mon, 22 Mar 2021 10:23:15 -0700 Subject: [PATCH] yubikey-cli v0.3.0 (#241) --- Cargo.lock | 2 +- cli/CHANGELOG.md | 8 +++++++- cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af64897..ea0353d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "yubikey-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "env_logger", "gumdrop", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c502cb1..149e4df 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -4,10 +4,16 @@ 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.3.0 (2021-03-22) +### Changed +- Bump `yubikey-piv` dependency to v0.3 ([#240]) + +[#240]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/240 + ## 0.2.0 (2021-01-30) ### Changed - Bump MSRV to 1.46+ ([#208]) -- Bump `yubikey-piv` dependency to v0.2.0 ([#220]) +- Bump `yubikey-piv` dependency to v0.2 ([#220]) [#208]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/208 [#220]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/220 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d7cc58a..e4700e9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yubikey-cli" -version = "0.2.0" +version = "0.3.0" description = """ Command-line interface for performing encryption and signing using RSA/ECC keys stored on YubiKey devices.