diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-15 11:14:43 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-15 11:14:43 +0200 |
| commit | f2413bd20dfc7d96b3615398906a74916b2f2f98 (patch) | |
| tree | 30a697cfd412aa9ebf7d55374ba40cd6279402ea /cyw43 | |
| parent | e4f500eb1937d1f0d388b09c8f498a26dfc74487 (diff) | |
chore: Release cyw43 version 0.4.0
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 fc4b4930e..c800e785b 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.4.0 - 2025-07-15 | ||
| 12 | |||
| 11 | - bump embassy-sync to 0.7.0 | 13 | - bump embassy-sync to 0.7.0 |
| 12 | - bump bt-hci to 0.3.0 | 14 | - bump bt-hci to 0.3.0 |
| 13 | - make State::new const fn | 15 | - make State::new const fn |
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index c52a653bd..c4b399d29 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.3.0" | 3 | version = "0.4.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"] |
