2025-01-15 00:59:15 +01:00

780 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

0.4.0 - 2025-01-15

  • Update embassy-usb to 0.4.0

(skipped v0.3.0 to align version numbers with embassy-usb)

0.2.0 - 2024-05-20

  • Update embassy-usb to 0.2.0
  • Add support for using an existing USB device (#2414, @JomerDev)
  • Fix data loss at Pipe wraparound
  • Messages that are exactly MAX_PACKET_SIZE long are no longer delayed (#2414, @JomerDev)

0.1.0 - 2024-01-14

  • Initial Release