yubikey-cli v0.1.0 (#183)
This commit is contained in:
committed by
GitHub
parent
0688dbf30d
commit
7628ebf605
+1
-1
@@ -4,7 +4,7 @@ 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.1.0 (2020-10-18)
|
## 0.1.0 (2020-10-19)
|
||||||
### Added
|
### Added
|
||||||
- `Certificate::generate_self_signed` ([#80])
|
- `Certificate::generate_self_signed` ([#80])
|
||||||
- `YubiKey::open_by_serial` ([#69])
|
- `YubiKey::open_by_serial` ([#69])
|
||||||
|
|||||||
Generated
+1
-1
@@ -1028,7 +1028,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yubikey-cli"
|
name = "yubikey-cli"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"gumdrop",
|
"gumdrop",
|
||||||
|
|||||||
@@ -4,5 +4,22 @@ 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.1.0 (2020-10-19)
|
||||||
|
### Added
|
||||||
|
- `status` command ([#72], [#74])
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Bump `yubikey-piv` to v0.1.0 ([#180])
|
||||||
|
- Bump `x509-parser` to v0.8 ([#181])
|
||||||
|
- Bump `sha2` to v0.9 ([#182])
|
||||||
|
- Rename `list` command to `readers`; improve usage ([#71])
|
||||||
|
|
||||||
|
[#182]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/182
|
||||||
|
[#181]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/181
|
||||||
|
[#180]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/180
|
||||||
|
[#74]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/74
|
||||||
|
[#72]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/72
|
||||||
|
[#71]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/71
|
||||||
|
|
||||||
## 0.0.1 (2019-12-02)
|
## 0.0.1 (2019-12-02)
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yubikey-cli"
|
name = "yubikey-cli"
|
||||||
version = "0.0.1"
|
version = "0.1.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