From b28765bb720528bc40a50bca64c8abbcd7bbb2d3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 23 Mar 2026 14:59:27 +0100 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93c4fd..6dcebdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- + +## [0.4.0] + - Update `heapless` to v0.9 ## [0.3.0] @@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] 2023-24-01 -[Unreleased]: https://github.com/trussed-dev/usbd-ccid/compare/0.3.0...HEAD +[Unreleased]: https://github.com/trussed-dev/usbd-ccid/compare/0.4.0...HEAD +[0.4.0]: https://github.com/trussed-dev/usbd-ccid/releases/tag/0.4.0 [0.3.0]: https://github.com/trussed-dev/usbd-ccid/releases/tag/0.3.0 [0.2.0]: https://github.com/trussed-dev/usbd-ccid/releases/tag/0.2.0 [0.1.0]: https://github.com/trussed-dev/usbd-ccid/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 5c22209..557a476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usbd-ccid" -version = "0.3.0" +version = "0.4.0" authors = ["Nicolas Stalder ", "The Trussed developers"] edition = "2021" license = "Apache-2.0 OR MIT"