Skip to content

Commit 39c0baf

Browse files
authored
New patch release for esp-hal (#2355)
1 parent 060aa72 commit 39c0baf

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

esp-hal/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16-
- Restored blocking `embedded_hal` compatibility for async I2C driver (#2343)
17-
1816
### Removed
1917

18+
## [0.21.1]
19+
20+
### Fixed
21+
22+
- Restored blocking `embedded_hal` compatibility for async I2C driver (#2343)
23+
2024
## [0.21.0]
2125

2226
- 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
814818

815819
## [0.1.0] - 2022-08-05
816820

817-
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...HEAD
821+
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.21.1...HEAD
822+
[0.21.1]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...v0.21.1
818823
[0.21.0]: https://github.com/esp-rs/esp-hal/compare/v0.20.1...v0.21.0
819824
[0.20.1]: https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1
820825
[0.20.0]: https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0

esp-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-hal"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
edition = "2021"
55
rust-version = "1.79.0"
66
description = "Bare-metal HAL for Espressif devices"

0 commit comments

Comments
 (0)