mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 04:40:52 +00:00
795 B
795 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
Added
Changed
Fixed
Removed
0.3.1 - 2025-02-24
Enumeration
validator added
0.3.0 - 2025-01-15
Fixed
- Users no longer have to manually import
esp_config_int_parse
. (#2630)
Changed
- Crate prefixes and configuration keys are now separated by
_CONFIG_
(#2848) - Bump MSRV to 1.84 (#2951)
0.2.0 - 2024-11-20
Added
- Add configuration validation (#2475)
0.1.0 - 2024-10-10
- Initial release