va416xx-rs/va416xx/CHANGELOG.md

35 lines
901 B
Markdown
Raw Normal View History

Change Log
=======
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
2025-02-18 15:16:14 +01:00
## [v0.4.0] 2025-02-18
2025-02-17 11:32:18 +01:00
- Re-generated PAC with `svd2rust` v0.35.0 and added optional `defmt` and `Debug` implementations
2025-02-13 15:58:05 +01:00
## [v0.3.0] 2025-02-13
- Re-generated PAC with `svd2rust` v0.35.0
2024-06-25 20:12:01 +02:00
## [v0.2.0] 2024-06-25
- Re-Generated PAC with `svd2rust` v0.33.3
- Improve documentation for generation of PAC.
## [v0.1.1]
- Clippy issue fixed by regenerating PAC with patched `svd2rust`:
https://github.com/rust-embedded/svd2rust/pull/558
## [v0.1.0]
- Clippy currently complains about unsound code which should still work.
Related issue: https://github.com/rust-embedded/svd2rust/issues/557
Clippy is disabled in CI/CD for now.
- Initial release