aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 22:06:52 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 22:06:52 +0200
commitdf112a83f05d08dc01607083211bdc2ac1e11cfa (patch)
tree230f5c88d496b33bd8f538e45bffdedaa5b04158 /cyw43-pio
parent83f2557eacd657070a84a9baf2da6e3aff03b2b7 (diff)
fix: remaining versions
Diffstat (limited to 'cyw43-pio')
-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 9f1c6deab..048e2bd8e 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.7.0 - 2025-08-26
12
11## 0.6.1 - 2025-08-26 13## 0.6.1 - 2025-08-26
12 14
13## 0.6.0 - 2025-08-04 15## 0.6.0 - 2025-08-04
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 5878d64ba..d7dd21453 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.6.1" 3version = "0.7.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"]