Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) · 2.02 KB

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.

  • Migrate to Interchange 0.3.0 (#10)
    • This adds a 'pipe lifetime to the Ccid structure Similar behaviour to the before this fix can be emulated using two const Channels and using a 'static lifetime
  • Reset state instead of panicking (#13)

0.2.0 2023-02-06

Add functionality

  • Implement abort handling (#5)

Breaking changes

  • Make internal implementation details private (#2)
  • Remove 'static' lifetime requirement of the USB bus (#4)

Changes

  • Fix formatting (#3)
  • Use assert! in const instead of a inlined const_assert! (#7)
  • Fix clippy warnings (#8)

Bugfixes

  • Upstreamed changes from the Nitrokey repository (#1)
    • Fix panic on 64 bit targets
    • Fix incorrect length check with the highspeed-usb feature
  • Fix typo in calcualtion of packet lengths (#6)

0.1.0 2023-24-01