Release v0.6.0-rc.5

This commit is contained in:
Robin Krahl
2026-06-08 11:45:22 +02:00
parent 5e61f0ad50
commit 8c832b5ff3
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -6,7 +6,13 @@ 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.4...HEAD
[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.5...HEAD
-
## [0.6.0-rc.5] 2026-06-08
[0.6.0-rc.5]: https://github.com/trussed-dev/ctap-types/compare/0.6.0-rc.4...0.6.0-rc.5
- Remove unused `Rpc` trait.
- Remove `cbor-smol` re-export as `serde`.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ctap-types"
version = "0.6.0-rc.4"
version = "0.6.0-rc.5"
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"