From 09132f190510921e003cc5aed6c0d47e9a2d6f90 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Mon, 14 Oct 2024 09:43:02 +0200 Subject: [PATCH] Update `CHANGELOG.md` files --- esp-hal-buzzer/CHANGELOG.md | 6 +++++- esp-hal-smartled/CHANGELOG.md | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/esp-hal-buzzer/CHANGELOG.md b/esp-hal-buzzer/CHANGELOG.md index 3765a51..6033685 100644 --- a/esp-hal-buzzer/CHANGELOG.md +++ b/esp-hal-buzzer/CHANGELOG.md @@ -15,4 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -## 0.1.0 - 2024-08-21 - Initial release +## 0.1.0 - 2024-10-14 + +### Added + +- Initial release diff --git a/esp-hal-smartled/CHANGELOG.md b/esp-hal-smartled/CHANGELOG.md index b56517e..075c0da 100644 --- a/esp-hal-smartled/CHANGELOG.md +++ b/esp-hal-smartled/CHANGELOG.md @@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## 0.14.0 - 2024-10-14 + +### Changed + +- Use latest release of `esp-hal` (#8) + +### Removed + - Removed the `clocks` parameter from `SmartLedsAdapter::new` (#1999) ## 0.13.0 - 2024-08-29