Begin next release cycle

This commit is contained in:
Jesse Braham 2023-12-12 10:30:00 -08:00 committed by Jesse Braham
parent 990a76852e
commit 9dd3df273e
2 changed files with 21 additions and 0 deletions

View File

@ -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
### Changed
### Fixed
### Removed
## [0.14.0] - 2023-12-12
### Added
@ -341,6 +351,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.14.0...HEAD
[0.14.0]: https://github.com/esp-rs/esp-hal/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/esp-rs/esp-hal/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/esp-rs/esp-hal/compare/v0.12.0...v0.13.0

View File

@ -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
### Changed
### Fixed
### Removed
## 0.6.0 - 2023-12-12
### Fixed