embassy/embassy-net-driver-channel/CHANGELOG.md
2024-08-05 08:56:29 +02:00

593 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.

0.3.0 - 2024-08-02

  • 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