From 83f2557eacd657070a84a9baf2da6e3aff03b2b7 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 26 Aug 2025 16:04:00 +0200 Subject: chore: prepare embassy crate releases --- embassy-futures/CHANGELOG.md | 2 ++ embassy-futures/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'embassy-futures') 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 ## Unreleased - ReleaseDate +## 0.1.2 - 2025-08-26 + - Preserve location information for `defmt` in `fmt` calls ([#3085](https://github.com/embassy-rs/embassy/pull/3085)) - Fixed soundness issue in `select_slice` ([#3328](https://github.com/embassy-rs/embassy/pull/3328)) - 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 @@ [package] name = "embassy-futures" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "no-std, no-alloc utilities for working with futures" repository = "https://github.com/embassy-rs/embassy" -- cgit