aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb
diff options
context:
space:
mode:
authormatteo <email>2025-09-21 18:26:26 +0200
committermatteo <email>2025-09-21 18:26:26 +0200
commit10397e9f3c4a224c38caa81f1f1d72c0aa96fcdf (patch)
tree99fa952c1a068e083d7a23ebd7184adb29d9c8d2 /embassy-usb
parent1688a3c393375790b223da70d41106fd59431878 (diff)
fix changelog
Diffstat (limited to 'embassy-usb')
-rw-r--r--embassy-usb/CHANGELOG.md4
-rw-r--r--embassy-usb/Cargo.toml2
2 files changed, 2 insertions, 4 deletions
diff --git a/embassy-usb/CHANGELOG.md b/embassy-usb/CHANGELOG.md
index 891388122..cfb1bf021 100644
--- a/embassy-usb/CHANGELOG.md
+++ b/embassy-usb/CHANGELOG.md
@@ -8,9 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11## 0.5.2 - Unreleased 11- Add support for USB HID Boot Protocol Mode
12
13- `hid`: Add USB HID Boot Protocol Mode support
14 12
15## 0.5.1 - 2025-08-26 13## 0.5.1 - 2025-08-26
16 14
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index fde603df0..e309eec93 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-usb" 2name = "embassy-usb"
3version = "0.5.2" 3version = "0.5.1"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Async USB device stack for embedded devices in Rust." 6description = "Async USB device stack for embedded devices in Rust."