aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-28 12:23:39 +0200
committerUlf Lilleengen <[email protected]>2025-08-28 12:23:39 +0200
commit9245a3a99189e5b155f1c36b6a1cefdc60edd63d (patch)
treecd4c439c0e42f24a8f498191911f41c8273324dd
parentde095d27fe1735f72a8c71c03e60fc7adadb861d (diff)
chore: prepare cyw43 0.5.0
-rw-r--r--cyw43/CHANGELOG.md6
-rw-r--r--cyw43/Cargo.toml2
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]
2name = "cyw43" 2name = "cyw43"
3version = "0.4.1" 3version = "0.5.0"
4edition = "2021" 4edition = "2021"
5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." 5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] 6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]