aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-15 11:17:13 +0200
committerUlf Lilleengen <[email protected]>2025-07-15 11:17:13 +0200
commitadbe5859c0c3a63afcae93e919109a17af596b6d (patch)
tree3373855c405b4a028e011384ff4af294e5feeee9
parentf5b9b83cf4a439607ee0f86e5557b16786c828e1 (diff)
chore: Release cyw43-pio version 0.5.0
-rw-r--r--cyw43-pio/CHANGELOG.md2
-rw-r--r--cyw43-pio/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/cyw43-pio/CHANGELOG.md b/cyw43-pio/CHANGELOG.md
index 4c3a9c95b..06b18e503 100644
--- a/cyw43-pio/CHANGELOG.md
+++ b/cyw43-pio/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.5.0 - 2025-07-15
12
11- Update embassy-rp to 0.5.0 13- Update embassy-rp to 0.5.0
12 14
13## 0.3.0 - 2025-01-05 15## 0.3.0 - 2025-01-05
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 0e7c39223..7c07d35db 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43-pio" 2name = "cyw43-pio"
3version = "0.4.0" 3version = "0.5.0"
4edition = "2021" 4edition = "2021"
5description = "RP2040 PIO SPI implementation for cyw43" 5description = "RP2040 PIO SPI implementation for cyw43"
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] 6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]