Prepare changelog (#3731)

* Prepare changelog

* Check for esp-rom-sys CHANGELOG
This commit is contained in:
Björn Quentin 2025-07-01 18:03:45 +02:00 committed by GitHub
parent 8fffa6ccec
commit 54c073fcd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -52,6 +52,8 @@ jobs:
- 'esp-println/**'
esp-riscv-rt:
- 'esp-riscv-rt/**'
esp-rom-sys:
- 'esp-rom-sys/**'
esp-storage:
- 'esp-storage/**'
esp-wifi:

View File

@ -19,4 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/esp-hal-rom-v0.0.0...HEAD
## [v0.1.0] - 2025-07-01
Initial Release
[v0.1.0]: https://github.com/esp-rs/esp-hal/releases/tag/esp-rom-sys-v0.1.0
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/esp-rom-sys-v0.1.0...HEAD