diff --git a/CHANGELOG.md b/CHANGELOG.md index d34fde8da7a..781eb5845b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,11 @@ 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 +## [0.14.1] - 2023-12-13 ### Fixed -- Fix SHA for all targets (#1021) -### Removed +- Fix SHA for all targets (#1021) ## [0.14.0] - 2023-12-12 @@ -352,7 +347,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.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 [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 diff --git a/esp-hal-common/Cargo.toml b/esp-hal-common/Cargo.toml index e4cdd74dc71..b56a755d007 100644 --- a/esp-hal-common/Cargo.toml +++ b/esp-hal-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-hal-common" -version = "0.14.0" +version = "0.14.1" edition = "2021" rust-version = "1.67.0" description = "HAL implementations for peripherals common among Espressif devices; should not be used directly"