Prepare to release embassy-usb

This commit is contained in:
Ulf Lilleengen
2024-08-02 21:47:05 +02:00
parent ffb55754c8
commit 61bda59d83
24 changed files with 29 additions and 23 deletions

View File

@@ -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

View File

@@ -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."