Release v0.4.0

This commit is contained in:
Robin Krahl
2026-03-25 11:27:49 +01:00
parent ad2f75100c
commit b28765bb72
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "usbd-ccid"
version = "0.3.0"
version = "0.4.0"
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"