From 480c0584331a88afb2030cfb71fdc8ef2f09f2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 4 Mar 2025 11:02:30 +0100 Subject: [PATCH] Prepare release 0.1.4 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5561e..39cd5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] - 2025-03-04 + +- Add support for `defmt` ([#25][]) +- Fix heapless-byte feature flag ([#26][]) +- Improve compiled binary size ([#23][]) + +[#26]: https://github.com/trussed-dev/iso7816/pull/26 +[#25]: https://github.com/trussed-dev/iso7816/pull/25 +[#23]: https://github.com/trussed-dev/iso7816/pull/23 + ## [0.1.3] - 2024-10-18 - CommandView: Precise lifetime of data ([#22][]) diff --git a/Cargo.toml b/Cargo.toml index fe06049..bf754cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iso7816" -version = "0.1.3" +version = "0.1.4" authors = ["The Trussed developers"] edition = "2021" repository = "https://github.com/trussed-dev/iso7816"