Skip to content

Commit

Permalink
Prepare release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Mar 4, 2025
1 parent 5109c0d commit 11a6a06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 11a6a06

Please sign in to comment.