Files
apdu-dispatch/CHANGELOG.md
Sosthène Guédon 0c183f9287 Bump changelog
2023-02-14 10:45:07 +01:00

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 'pipe lifetime to the ApduDispatch structure Similar behaviour to before this fix can be emulated using two const Channels and using a 'static lifetime

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 Select commands (#8)

Changed

  • Use rustfmt and clippy (#11)

Added

  • Fuzzing infrastructure (#9)

0.1.1 - 2022-08-22

  • respect Le field @sosthene-nitrokey

0.1.0 - 2022-03-05

  • Initial release