diff --git a/CHANGELOG.md b/CHANGELOG.md index d132d9db683..f6485f4b83b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ Please note that only changes to the `esp-hal-common` package are tracked in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +### Fixed + +### Changed + +### Removed + ## [0.15.0] - 2024-01-19 ### Added @@ -383,6 +393,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-08-05 +[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.15.0...HEAD [0.15.0]: https://github.com/esp-rs/esp-hal/compare/v0.14.1...v0.15.0 [0.14.1]: https://github.com/esp-rs/esp-hal/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/esp-rs/esp-hal/compare/v0.13.1...v0.14.0 diff --git a/esp-riscv-rt/CHANGELOG.md b/esp-riscv-rt/CHANGELOG.md index 012dfdba426..7c4227ae39f 100644 --- a/esp-riscv-rt/CHANGELOG.md +++ b/esp-riscv-rt/CHANGELOG.md @@ -5,6 +5,16 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +### Fixed + +### Changed + +### Removed + ## 0.6.1 - 2024-01-19 ### Changed