From 7d8122b417412e6245fe8288649766bc3cc72ef9 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 23 Mar 2026 14:57:33 +0100 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329afc2..064e115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +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.4.0...HEAD +[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.5.0...HEAD - +## [0.5.0] 2026-03-23 + +[0.5.0]: https://github.com/trussed-dev/ctap-types/compare/0.4.0...0.5.0 + +- Update dependencies: + - `cosey` v0.4 + - `heapless` v0.9 + - `heapless-bytes` v0.5 + - `iso7816` v0.2 + ## [0.4.0] 2025-05-09 [0.4.0]: https://github.com/trussed-dev/ctap-types/compare/0.3.2...0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 30bd4b7..fa7b2b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctap-types" -version = "0.4.0" +version = "0.5.0" authors = ["Nicolas Stalder ", "The Trussed developers"] edition = "2021" license = "Apache-2.0 OR MIT"