File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Fixed
15
15
16
- - Restored blocking ` embedded_hal ` compatibility for async I2C driver (#2343 )
17
-
18
16
### Removed
19
17
18
+ ## [ 0.21.1]
19
+
20
+ ### Fixed
21
+
22
+ - Restored blocking ` embedded_hal ` compatibility for async I2C driver (#2343 )
23
+
20
24
## [ 0.21.0]
21
25
22
26
- 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
814
818
815
819
## [ 0.1.0] - 2022-08-05
816
820
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
818
823
[ 0.21.0 ] : https://github.com/esp-rs/esp-hal/compare/v0.20.1...v0.21.0
819
824
[ 0.20.1 ] : https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1
820
825
[ 0.20.0 ] : https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " esp-hal"
3
- version = " 0.21.0 "
3
+ version = " 0.21.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.79.0"
6
6
description = " Bare-metal HAL for Espressif devices"
You can’t perform that action at this time.
0 commit comments