Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86d482b38d |
Generated
+1
-1
@@ -928,7 +928,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yubikey-cli"
|
name = "yubikey-cli"
|
||||||
version = "0.5.0-pre"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"gumdrop",
|
"gumdrop",
|
||||||
|
|||||||
@@ -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/),
|
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.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)
|
## 0.4.0 (2021-07-12)
|
||||||
### Changed
|
### Changed
|
||||||
- Switch to renamed `yubikey` crate ([#283])
|
- Switch to renamed `yubikey` crate ([#283])
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yubikey-cli"
|
name = "yubikey-cli"
|
||||||
version = "0.5.0-pre"
|
version = "0.5.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