yubikey v0.4.1 (#288)
This commit is contained in:
committed by
GitHub
parent
8e52d75992
commit
d601c33ba3
+9
-1
@@ -4,7 +4,15 @@ 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.4.0 (2021-07-12)
|
## 0.4.1 (2021-07-12)
|
||||||
|
### Changed
|
||||||
|
- Rename `SettingValue` to `Setting` ([#286])
|
||||||
|
- Rename `Ccc` to `CccId` ([#287])
|
||||||
|
|
||||||
|
[#286]: https://github.com/iqlusioninc/yubikey.rs/pull/286
|
||||||
|
[#287]: https://github.com/iqlusioninc/yubikey.rs/pull/287
|
||||||
|
|
||||||
|
## 0.4.0 (2021-07-12) [YANKED]
|
||||||
### Added
|
### Added
|
||||||
- `Result` alias ([#271])
|
- `Result` alias ([#271])
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -964,7 +964,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yubikey"
|
name = "yubikey"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"cookie-factory",
|
"cookie-factory",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yubikey"
|
name = "yubikey"
|
||||||
version = "0.4.0" # Also update html_root_url in lib.rs when bumping this
|
version = "0.4.1" # Also update html_root_url in lib.rs when bumping this
|
||||||
description = """
|
description = """
|
||||||
Pure Rust cross-platform host-side driver for YubiKey devices from Yubico with
|
Pure Rust cross-platform host-side driver for YubiKey devices from Yubico with
|
||||||
support for hardware-backed public-key decryption and digital signatures using
|
support for hardware-backed public-key decryption and digital signatures using
|
||||||
|
|||||||
+1
-1
@@ -131,7 +131,7 @@
|
|||||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
#![doc(
|
#![doc(
|
||||||
html_logo_url = "https://raw.githubusercontent.com/iqlusioninc/yubikey.rs/main/img/logo.png",
|
html_logo_url = "https://raw.githubusercontent.com/iqlusioninc/yubikey.rs/main/img/logo.png",
|
||||||
html_root_url = "https://docs.rs/yubikey/0.4.0"
|
html_root_url = "https://docs.rs/yubikey/0.4.1"
|
||||||
)]
|
)]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
#![warn(missing_docs, rust_2018_idioms, trivial_casts, unused_qualifications)]
|
#![warn(missing_docs, rust_2018_idioms, trivial_casts, unused_qualifications)]
|
||||||
|
|||||||
Reference in New Issue
Block a user