You've already forked apdu-dispatch
mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-03-11 16:36:07 -07:00
1.5 KiB
1.5 KiB
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
Changed
- Migrated to Interchange
0.3.0([#13][])- This adds a
'pipelifetime to theApduDispatchstructure Similar behaviour to before this fix can be emulated using twoconstChannelsand using a'staticlifetime
- This adds a
0.1.2
Fixed
- Fixed the calculation of the maximum length of a response when deciding whether to send it in one or multiple APDUs. (#10)
- Return an error instead of panicking for invalid aids in
Selectcommands (#8)
Changed
- Use
rustfmtandclippy(#11)
Added
- Fuzzing infrastructure (#9)
0.1.1 - 2022-08-22
- respect
Lefield @sosthene-nitrokey
0.1.0 - 2022-03-05
- Initial release