From 185e5e759be46e9c16b76dafabc3a6bd318eb44e Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Tue, 31 Oct 2023 09:29:36 -0700 Subject: [PATCH] Begin next release cycle --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb6a889f..da07cb77a 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 + +### Changed + +### Fixed + +### Removed + ## [0.13.0] - 2023-10-31 ### Added @@ -273,6 +283,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.13.0...HEAD [0.13.0]: https://github.com/esp-rs/esp-hal/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/esp-rs/esp-hal/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/esp-rs/esp-hal/compare/v0.10.0...v0.11.0