Skip to content

Commit 4b66e3d

Browse files
authored
prepare for esp-hal@0.23.1 (#2966)
1 parent 7ea1296 commit 4b66e3d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ For information relating to the development of Rust applications on ESP devices,
4242

4343
For information about the HAL and how to use it in your own projects, please refer to the [documentation].
4444

45-
When browsing the examples, we recommend viewing the tag for the `esp-hal` release you are using to ensure compatibility, e.g.) [v0.22.0], as the `main` branch is used for development and APIs may have changed in the meantime.
45+
When browsing the examples, we recommend viewing the tag for the `esp-hal` release you are using to ensure compatibility, e.g. [v0.23.1], as the `main` branch is used for development and APIs may have changed in the meantime.
4646

4747
[The Rust on ESP Book]: https://esp-rs.github.io/book/
4848
[documentation]: https://docs.esp-rs.org/esp-hal/
49-
[v0.22.0]: https://github.com/esp-rs/esp-hal/tree/v0.22.0/examples
49+
[v0.23.1]: https://github.com/esp-rs/esp-hal/tree/v0.23.1/examples
5050

5151
## Resources
5252

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-
- Fixed `PriorityLock` being ineffective with `Priority::max()` on RISC-V CPUs (#2964)
17-
1816
### Removed
1917

18+
## [0.23.1] - 2025-01-15
19+
20+
### Fixed
21+
22+
- Fixed `PriorityLock` being ineffective with `Priority::max()` on RISC-V CPUs (#2964)
23+
2024
## [0.23.0] - 2025-01-15
2125

2226
### Added
@@ -1070,7 +1074,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10701074

10711075
## [0.1.0] - 2022-08-05
10721076

1073-
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.23.0...HEAD
1077+
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.23.1...HEAD
1078+
[0.23.1]: https://github.com/esp-rs/esp-hal/compare/v0.23.0..v0.23.1
10741079
[0.23.0]: https://github.com/esp-rs/esp-hal/compare/v0.22.0..v0.23.0
10751080
[0.22.0]: https://github.com/esp-rs/esp-hal/compare/v0.21.1...v0.22.0
10761081
[0.21.1]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...v0.21.1

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.23.0"
3+
version = "0.23.1"
44
edition = "2021"
55
rust-version = "1.84.0"
66
description = "Bare-metal HAL for Espressif devices"

0 commit comments

Comments
 (0)