diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-27 14:21:09 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-27 14:21:09 +0100 |
| commit | e5651b8644877969859505efc6d6c872b5c71b7a (patch) | |
| tree | 24c4aec8166685238509e708af3615b9e982828b /cyw43 | |
| parent | 7ff2baf4e29c47c622e21c4eeba2d20596b65137 (diff) | |
chore: release embassy-rp, cyw43 and cyw43-pio
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md index 1045fd30b..9fe341357 100644 --- a/cyw43/CHANGELOG.md +++ b/cyw43/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-11-27 | ||
| 12 | |||
| 11 | - Updated documentation for Control::join() #4678 | 13 | - Updated documentation for Control::join() #4678 |
| 12 | - Bump bt-hci to 0.6.0. | 14 | - Bump bt-hci to 0.6.0. |
| 13 | - Add error handling to HCI transport implementation. | 15 | - Add error handling to HCI transport implementation. |
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 314427611..6d7647697 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "cyw43" | 2 | name = "cyw43" |
| 3 | version = "0.5.0" | 3 | version = "0.6.0" |
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." | 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." |
| 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] | 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] |
