mirror of
https://github.com/trussed-dev/iso7816.git
synced 2026-06-20 04:16:14 -07:00
Prepare release 0.1.4
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user