embassy/embassy-futures/CHANGELOG.md
Ralph Ursprung 1bc17b0964
embassy-futures: add release automation using cargo-release
this requires you to install [`cargo-release`].
note that this does not include a URL pointing to the diff on GitHub as
is usually done in changelogs since `embassy` is a mono-repo and the GH
UI doesn't offer a commit view per folder (see the [GH feature request]
for this).

[`cargo-release`]: https://crates.io/crates/cargo-release
[GH feature request]: https://github.com/orgs/community/discussions/162131
2025-07-08 23:04:28 +02:00

747 B

Changelog for embassy-futures

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

  • Preserve location information for defmt in fmt calls (#3085)
  • Fixed soundness issue in select_slice (#3328)
  • Added select5 and select6 (#3430)
  • Added is_x methods for all EitherN enum variants (#3650)