yubikey-piv v0.3.0 (#240)

This commit is contained in:
Tony Arcieri (iqlusion)
2021-03-22 09:45:19 -07:00
committed by GitHub
parent e230390e7e
commit 43dfc06875
5 changed files with 18 additions and 4 deletions
+14
View File
@@ -4,6 +4,20 @@ 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)
### Added
- Typed structs for PIN-protected and admin metadata ([#223])
- `MgmKey::set_default`/`MgmKey::set_manual` methods ([#224])
### Changed
- Have `Transaction::set_mgm_key` take touch requirement as bool ([#224])
### Removed
- `MgmKey::set` method ([#224])
[#223]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/223
[#224]: https://github.com/iqlusioninc/yubikey-piv.rs/pull/224
## 0.2.0 (2021-01-30)
### Changed
- Bump `der-parser` to v5.0 ([#194])