Prepare release 0.2.0

This commit is contained in:
Sosthène Guédon
2025-09-25 10:43:22 +02:00
committed by Sosthène Guédon
parent 4eb8ac14ba
commit 147e20e3e5
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2025-09-25
- Update `heapless` to 0.9.1 ([#30][])
- Update `heapless-bytes` to 0.5.0 ([#30][])
[#30]: https://github.com/trussed-dev/iso7816/pull/30
## [0.1.4] - 2025-03-04
- Add support for `defmt` ([#25][])
@@ -43,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- non-alpha release to bump dependees
- add an experimental CommandView
[Unreleased]: https://github.com/trussed-dev/iso7816/compare/0.1.2...HEAD
[Unreleased]: https://github.com/trussed-dev/iso7816/compare/0.2.0...HEAD
[0.2.0]: https://github.com/trussed-dev/iso7816/compare/0.1.2...0.2.0
[0.1.2]: https://github.com/trussed-dev/iso7816/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/trussed-dev/iso7816/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/trussed-dev/iso7816/releases/tag/0.1.0
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "iso7816"
version = "0.1.4"
version = "0.2.0"
authors = ["The Trussed developers"]
edition = "2021"
repository = "https://github.com/trussed-dev/iso7816"