diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-08-03 00:44:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-08-03 00:44:51 +0200 |
| commit | 78a333d008490a7720555abea0b1f78a693d6f76 (patch) | |
| tree | d04945710ee0b1014c6bae5209c1c09113d3d6f3 /embassy-embedded-hal | |
| parent | f704b1420f5cb23734c0c617b3a8e6011cc5f03c (diff) | |
Release embassy-embedded-hal v0.4
Diffstat (limited to 'embassy-embedded-hal')
| -rw-r--r-- | embassy-embedded-hal/CHANGELOG.md | 12 | ||||
| -rw-r--r-- | embassy-embedded-hal/Cargo.toml | 2 |
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 | ||
| 23 | YANKED 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] |
| 2 | name = "embassy-embedded-hal" | 2 | name = "embassy-embedded-hal" |
| 3 | version = "0.3.1" | 3 | version = "0.4.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy." | 6 | description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy." |
