diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-28 12:23:39 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-28 12:23:39 +0200 |
| commit | 9245a3a99189e5b155f1c36b6a1cefdc60edd63d (patch) | |
| tree | cd4c439c0e42f24a8f498191911f41c8273324dd | |
| parent | de095d27fe1735f72a8c71c03e60fc7adadb861d (diff) | |
chore: prepare cyw43 0.5.0
| -rw-r--r-- | cyw43/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md index 2f54d6988..be7212afd 100644 --- a/cyw43/CHANGELOG.md +++ b/cyw43/CHANGELOG.md | |||
| @@ -8,7 +8,11 @@ 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.4.1 - 2025-08-26 | 11 | ## 0.5.0 - 2025-08-28 |
| 12 | |||
| 13 | - bump bt-hci to 0.4.0 | ||
| 14 | |||
| 15 | ## 0.4.1 - 2025-08-26 (yanked) | ||
| 12 | 16 | ||
| 13 | - bump bt-hci to 0.4.0 | 17 | - bump bt-hci to 0.4.0 |
| 14 | 18 | ||
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index aa054a41d..4d3a43733 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.4.1" | 3 | version = "0.5.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 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"] |
