* Bump version numbers of all packages to be published, update deps as needed * Update all `CHANGELOG.md` files * Update migration guide headings
1.2 KiB
1.2 KiB
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
Added
Changed
Fixed
Removed
0.4.0 - 2024-10-10
Changed
- MSRV bump to 1.79 (#2156)
Removed
- Removed the
clocksparameter fromesp_hal_embassy::init. (#1999)
0.3.0 - 2024-08-29
Added
- This package now re-exports the
esp_hal_procmacros::mainmacro (#1828)
Changed
- Updated to latest release (
0.6.0) forembassy-executor(#1942) - Changed
initto accept timers of multiple types (#1957, #2012)
Fixed
- Fixed a bug where the timeout was huge whenever the timestamp at the time of scheduling was already in the past (#1875)
- Fixed interrupt executors looping endlessly when
integrated-timersis used. (#1936)
0.2.0 - 2024-07-15
Changed
- Removed the TIMG and SYSTIMER time drivers, replaced by a generic time driver taking
OneShotTimer<ErasedTimer>(#1753)