diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
| commit | 3e8d8fec15286eb25b8bba7d103c8fc279544551 (patch) | |
| tree | f0cf1063d75510d6eb4b53b24f61c22828ac629c /embassy-embedded-hal | |
| parent | 2454b3cc7e450e28a3d354a1940c4913828a27e9 (diff) | |
fix: update more minor versions
Diffstat (limited to 'embassy-embedded-hal')
| -rw-r--r-- | embassy-embedded-hal/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-embedded-hal/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-embedded-hal/CHANGELOG.md b/embassy-embedded-hal/CHANGELOG.md index 9a410fcd2..ec79a5c81 100644 --- a/embassy-embedded-hal/CHANGELOG.md +++ b/embassy-embedded-hal/CHANGELOG.md | |||
| @@ -8,7 +8,7 @@ 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.1 - 2025-08-26 | 11 | ## 0.5.0 - 2025-08-27 |
| 12 | 12 | ||
| 13 | ## 0.4.0 - 2025-08-03 | 13 | ## 0.4.0 - 2025-08-03 |
| 14 | 14 | ||
diff --git a/embassy-embedded-hal/Cargo.toml b/embassy-embedded-hal/Cargo.toml index aa7b53dff..a66e01717 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.4.1" | 3 | version = "0.5.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." |
