From 147e20e3e5e0a6312bbe360eab20b724459e1d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 20 Aug 2025 17:00:53 +0200 Subject: [PATCH] Prepare release 0.2.0 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cd5af..962d724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 077a2d2..e7d9509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"