mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
712 B
712 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
v0.2.0 (2026-03-23)
- Update dependencies:
iso7816v0.2haplessv0.9
v0.1.0 (2024-10-18)
- Extract
appmodule fromapdu-dispatch0.2.0 into a separate crate. - Replace
iso7816::Commandwithiso7816::command::CommandViewin theApptrait and remove theCparameter.