Ralph Ursprung cd2c9c7e85
embassy-embedded-hal: 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:05:50 +02:00

943 B

Changelog for embassy-embedded-hal

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

  • SpiDevice cancel safety: always set CS pin to high on drop
  • Update embassy-sync to v0.7.0

0.3.0 - 2025-01-05

  • The std feature has been removed
  • Updated embassy-time to v0.4

0.2.0 - 2024-08-05

  • Add Clone derive to flash Partition in embassy-embedded-hal
  • Add support for all word sizes to async shared spi
  • Add Copy and 'static constraint to Word type in SPI structs
  • Improve flexibility by introducing SPI word size as a generic parameter
  • Allow changing Spi/I2cDeviceWithConfig's config at runtime
  • Impl MultiwriteNorFlash for BlockingAsync

0.1.0 - 2024-01-10

  • First release