* Add `CHANGELOG.md` for remaining packages which do not have it * Update `changelog` workflow to check all relevant packages
25 lines
514 B
Markdown
25 lines
514 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
### Fixed
|
|
|
|
### Changed
|
|
|
|
- Use `panic` instead of `process::exit` in esp-build (#2402 )
|
|
|
|
### Removed
|
|
|
|
## [0.1.0] - 2024-04-17
|
|
|
|
- Initial release
|
|
|
|
[Unreleased]: https://github.com/esp-rs/esp-hal/commits/main/esp-build?since=2024-04-17
|