Merge pull request #2966 from embassy-rs/jamesmunns-patch-1

embassy-usb - update 0.2 changelog
This commit is contained in:
Dario Nieuwenhuis 2024-05-20 13:29:42 +02:00 committed by GitHub
commit b33ef0d7dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.2.0 - 2024-04-23
## 0.2.0 - 2024-05-20
- [#2862](https://github.com/embassy-rs/embassy/pull/2862) WebUSB implementation by @chmanie
- Removed dynamically sized `device_descriptor` fields
## 0.1.0 - 2024-01-11