aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/CHANGELOG.md2
-rw-r--r--cyw43/Cargo.toml2
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]
2name = "cyw43" 2name = "cyw43"
3version = "0.3.0" 3version = "0.4.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"]