From 39c0baf2c7bf3a45cd16a844f100c52d84c9b727 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Wed, 16 Oct 2024 01:39:49 -0700 Subject: [PATCH] New patch release for `esp-hal` (#2355) --- esp-hal/CHANGELOG.md | 11 ++++++++--- esp-hal/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 10b7f43e47d..8277ac94117 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Restored blocking `embedded_hal` compatibility for async I2C driver (#2343) - ### Removed +## [0.21.1] + +### Fixed + +- Restored blocking `embedded_hal` compatibility for async I2C driver (#2343) + ## [0.21.0] - Bump MSRV to 1.79.0 (#1971) @@ -814,7 +818,8 @@ 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.21.0...HEAD +[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.21.1...HEAD +[0.21.1]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...v0.21.1 [0.21.0]: https://github.com/esp-rs/esp-hal/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0 diff --git a/esp-hal/Cargo.toml b/esp-hal/Cargo.toml index 2a26ea8e2f2..3216fe0f476 100644 --- a/esp-hal/Cargo.toml +++ b/esp-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-hal" -version = "0.21.0" +version = "0.21.1" edition = "2021" rust-version = "1.79.0" description = "Bare-metal HAL for Espressif devices"