You've already forked ctap-types
mirror of
https://github.com/trussed-dev/ctap-types.git
synced 2026-06-20 04:16:17 -07:00
Release v0.6.0-rc.3
This commit is contained in:
+8
-2
@@ -6,14 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.2...HEAD
|
||||
[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.3...HEAD
|
||||
|
||||
-
|
||||
|
||||
## [0.6.0-rc.3] 2026-05-28
|
||||
|
||||
[0.6.0-rc.3]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.2...0.6.0-rc.3
|
||||
|
||||
- Add fields 0x19 to 0x1F to `ctap2::get_info::Response`.
|
||||
- Map `cbor_smol::Error::DeserializeBadBool` to `Error::CborUnexpectedType` instead of `Error::InvalidCbor`.
|
||||
|
||||
## [0.6.0-rc.2] 2026-05-27
|
||||
|
||||
[0.6.0-rc.1]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.2...0.6.0-rc.2
|
||||
[0.6.0-rc.2]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.1...0.6.0-rc.2
|
||||
|
||||
- Rename `authenticator_config` to `config`.
|
||||
- Add `platform-serde` feature for additional `Serialize` and `Deserialize` implementations not required by authenticators.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ctap-types"
|
||||
version = "0.6.0-rc.2"
|
||||
version = "0.6.0-rc.3"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
Reference in New Issue
Block a user