Ralph Ursprung 010c626a11
embassy-inet-driver-channel: 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:29 +02:00

678 B

Changelog

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

  • Update embassy-sync to v0.7.0

0.3.0 - 2024-08-05

  • Add collapse_debuginfo to fmt.rs macros.
  • Update embassy-sync version

0.2.0 - 2023-10-18

  • Update embassy-net-driver to v0.2
  • Runner::new now takes an embassy_net_driver::HardwareAddress parameter.
  • Runner::set_ethernet_address is now set_hardware_address.

0.1.0 - 2023-06-29

  • First release