Skip to content

Commit

Permalink
New patch release for esp-hal (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Oct 16, 2024
1 parent 060aa72 commit 39c0baf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion esp-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 39c0baf

Please sign in to comment.