mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
894 B
894 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 - ReleaseDate
0.5.1 - 2025-08-26
0.5.0 - 2025-07-22
- Update
embassy-usb
to 0.5.0
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