diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-26 20:22:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-26 20:22:46 +0000 |
| commit | 7bc92584e18d4ee915ea858314febb5cd2a16b6a (patch) | |
| tree | be14f7bdb2a1a4cad33626efd6237f3e72596651 /embassy-usb | |
| parent | b7479e36e172554ab2cc3a7d36d6e159bb0b8ffb (diff) | |
| parent | 0d0d8e14e2b0e81307ff70c5a31e300785da19f9 (diff) | |
Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2
embassy-usb: Update version and add changelog
Diffstat (limited to 'embassy-usb')
| -rw-r--r-- | embassy-usb/CHANGELOG.md | 16 | ||||
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/embassy-usb/CHANGELOG.md b/embassy-usb/CHANGELOG.md new file mode 100644 index 000000000..00f3be06c --- /dev/null +++ b/embassy-usb/CHANGELOG.md | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Changelog | ||
| 2 | |||
| 3 | All notable changes to this project will be documented in this file. | ||
| 4 | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| 7 | |||
| 8 | ## Unreleased | ||
| 9 | |||
| 10 | ## 0.2.0 - 2024-04-23 | ||
| 11 | |||
| 12 | - Removed dynamically sized `device_descriptor` fields | ||
| 13 | |||
| 14 | ## 0.1.0 - 2024-01-11 | ||
| 15 | |||
| 16 | - Initial Release | ||
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index fe5e36b32..5fb174894 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-usb" | 2 | name = "embassy-usb" |
| 3 | version = "0.1.0" | 3 | version = "0.2.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Async USB device stack for embedded devices in Rust." | 6 | description = "Async USB device stack for embedded devices in Rust." |
