diff options
Diffstat (limited to 'embassy-futures')
| -rw-r--r-- | embassy-futures/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-futures/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-futures/CHANGELOG.md b/embassy-futures/CHANGELOG.md index eb76cdc4a..7d4ee93fa 100644 --- a/embassy-futures/CHANGELOG.md +++ b/embassy-futures/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.1.2 - 2025-08-26 | ||
| 12 | |||
| 11 | - Preserve location information for `defmt` in `fmt` calls ([#3085](https://github.com/embassy-rs/embassy/pull/3085)) | 13 | - Preserve location information for `defmt` in `fmt` calls ([#3085](https://github.com/embassy-rs/embassy/pull/3085)) |
| 12 | - Fixed soundness issue in `select_slice` ([#3328](https://github.com/embassy-rs/embassy/pull/3328)) | 14 | - Fixed soundness issue in `select_slice` ([#3328](https://github.com/embassy-rs/embassy/pull/3328)) |
| 13 | - Added `select5` and `select6` ([#3430](https://github.com/embassy-rs/embassy/pull/3430)) | 15 | - Added `select5` and `select6` ([#3430](https://github.com/embassy-rs/embassy/pull/3430)) |
diff --git a/embassy-futures/Cargo.toml b/embassy-futures/Cargo.toml index 0deab0165..2d62b28e5 100644 --- a/embassy-futures/Cargo.toml +++ b/embassy-futures/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-futures" | 2 | name = "embassy-futures" |
| 3 | version = "0.1.1" | 3 | version = "0.1.2" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "no-std, no-alloc utilities for working with futures" | 5 | description = "no-std, no-alloc utilities for working with futures" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
