Skip to content

Commit 1066ac4

Browse files
Release v0.6.0-rc.3
1 parent 85ceb80 commit 1066ac4

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.2...HEAD
9+
[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.3...HEAD
10+
11+
-
12+
13+
## [0.6.0-rc.3] 2026-05-28
14+
15+
[0.6.0-rc.3]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.2...0.6.0-rc.3
1016

1117
- Add fields 0x19 to 0x1F to `ctap2::get_info::Response`.
1218
- Map `cbor_smol::Error::DeserializeBadBool` to `Error::CborUnexpectedType` instead of `Error::InvalidCbor`.
1319

1420
## [0.6.0-rc.2] 2026-05-27
1521

16-
[0.6.0-rc.1]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.2...0.6.0-rc.2
22+
[0.6.0-rc.2]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.1...0.6.0-rc.2
1723

1824
- Rename `authenticator_config` to `config`.
1925
- Add `platform-serde` feature for additional `Serialize` and `Deserialize` implementations not required by authenticators.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctap-types"
3-
version = "0.6.0-rc.2"
3+
version = "0.6.0-rc.3"
44
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)