We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcd23e commit 093aa3eCopy full SHA for 093aa3e
2 files changed
CHANGELOG.md
@@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.4...HEAD
+[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.5...HEAD
10
+
11
+-
12
13
+## [0.6.0-rc.5] 2026-06-08
14
15
+[0.6.0-rc.5]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.4...0.6.0-rc.5
16
17
- Remove unused `Rpc` trait.
18
- Remove `cbor-smol` re-export as `serde`.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ctap-types"
3
-version = "0.6.0-rc.4"
+version = "0.6.0-rc.5"
4
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
5
edition = "2021"
license = "Apache-2.0 OR MIT"
0 commit comments