yubikey-cli v0.3.0 (#241)
This commit is contained in:
committed by
GitHub
parent
43dfc06875
commit
e61682be43
Generated
+1
-1
@@ -1079,7 +1079,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yubikey-cli"
|
name = "yubikey-cli"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"gumdrop",
|
"gumdrop",
|
||||||
|
|||||||
+7
-1
@@ -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/),
|
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).
|
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)
|
## 0.2.0 (2021-01-30)
|
||||||
### Changed
|
### Changed
|
||||||
- Bump MSRV to 1.46+ ([#208])
|
- 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
|
[#208]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/208
|
||||||
[#220]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/220
|
[#220]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/220
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yubikey-cli"
|
name = "yubikey-cli"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = """
|
description = """
|
||||||
Command-line interface for performing encryption and signing using RSA/ECC keys
|
Command-line interface for performing encryption and signing using RSA/ECC keys
|
||||||
stored on YubiKey devices.
|
stored on YubiKey devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user