aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-embedded-hal')
-rw-r--r--embassy-embedded-hal/CHANGELOG.md12
-rw-r--r--embassy-embedded-hal/Cargo.toml2
2 files changed, 13 insertions, 1 deletions
diff --git a/embassy-embedded-hal/CHANGELOG.md b/embassy-embedded-hal/CHANGELOG.md
index 04d95415c..86eab3357 100644
--- a/embassy-embedded-hal/CHANGELOG.md
+++ b/embassy-embedded-hal/CHANGELOG.md
@@ -8,8 +8,20 @@ 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-08-03
12
13- `SpiDevice` cancel safety: always set CS pin to high on drop
14- Update `embassy-sync` to v0.7.0
15
16## 0.3.2 - 2025-08-03
17
18- Reverted changes in 0.3.1
19- Reexport `SetConfig`, `GetConfig` traits from v0.4.0.
20
11## 0.3.1 - 2025-07-16 21## 0.3.1 - 2025-07-16
12 22
23YANKED due to embassy-sync upgrade being a breaking change.
24
13- `SpiDevice` cancel safety: always set CS pin to high on drop 25- `SpiDevice` cancel safety: always set CS pin to high on drop
14- Update `embassy-sync` to v0.7.0 26- Update `embassy-sync` to v0.7.0
15 27
diff --git a/embassy-embedded-hal/Cargo.toml b/embassy-embedded-hal/Cargo.toml
index 8277aa291..25088a62d 100644
--- a/embassy-embedded-hal/Cargo.toml
+++ b/embassy-embedded-hal/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-embedded-hal" 2name = "embassy-embedded-hal"
3version = "0.3.1" 3version = "0.4.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy." 6description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy."