Prepare to release embassy-usb
This commit is contained in:
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.3.0 - 2024-08-02
|
||||
|
||||
- bump usbd-hid from 0.7.0 to 0.8.1
|
||||
- Add collapse_debuginfo to fmt.rs macros.
|
||||
- update embassy-sync dependency
|
||||
|
||||
## 0.2.0 - 2024-05-20
|
||||
|
||||
- [#2862](https://github.com/embassy-rs/embassy/pull/2862) WebUSB implementation by @chmanie
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "embassy-usb"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Async USB device stack for embedded devices in Rust."
|
||||
|
||||
Reference in New Issue
Block a user