aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 16:04:00 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 16:05:09 +0200
commit83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch)
tree13ce7dc5787f05b4f5e087e891738ac5120112e3 /embassy-futures
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-futures')
-rw-r--r--embassy-futures/CHANGELOG.md2
-rw-r--r--embassy-futures/Cargo.toml2
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]
2name = "embassy-futures" 2name = "embassy-futures"
3version = "0.1.1" 3version = "0.1.2"
4edition = "2021" 4edition = "2021"
5description = "no-std, no-alloc utilities for working with futures" 5description = "no-std, no-alloc utilities for working with futures"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"