Prepare release 0.1.4

This commit is contained in:
Sosthène Guédon
2025-03-04 11:38:19 +01:00
parent 5109c0db85
commit 480c058433
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -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][])
+1 -1
View File
@@ -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"