embassy/embassy-usb-dfu/CHANGELOG.md
Patrick Gansterer c00efd485c embassy-dfu-usb: Allow application and dfu feature at the same time
Since there is no technical reason to disallow the use of both features
at the same time, remove the artifical contraint to give developers
more freedom with their implementations.
2025-09-01 18:07:31 +02:00

429 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

  • Allow enabling the application and dfu feature at the same time

0.2.0 - 2025-08-27

  • First release with changelog.