diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-16 15:48:56 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-16 15:48:56 +0200 |
| commit | 3a7a2720b19dda9449313e04ba68ed4884683add (patch) | |
| tree | 1a874775fe2deb219192bfafd54fb9306af4b45a | |
| parent | 8c087e3641e2bf1f863c73a388b2f483051e6b29 (diff) | |
chore: Release embassy-rp version 0.6.0
| -rw-r--r-- | embassy-rp/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md index b0dc92b6c..36e1ea9b4 100644 --- a/embassy-rp/CHANGELOG.md +++ b/embassy-rp/CHANGELOG.md | |||
| @@ -8,6 +8,8 @@ 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.6.0 - 2025-07-16 | ||
| 12 | |||
| 11 | - update to latest embassy-usb-driver | 13 | - update to latest embassy-usb-driver |
| 12 | 14 | ||
| 13 | ## 0.5.0 - 2025-07-15 | 15 | ## 0.5.0 - 2025-07-15 |
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index ac3b3fe1a..dcf4e7178 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-rp" | 2 | name = "embassy-rp" |
| 3 | version = "0.5.0" | 3 | version = "0.6.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller" | 6 | description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller" |
