Skip to content

Commit

Permalink
prepare for [email protected] (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev authored Jan 15, 2025
1 parent 7ea1296 commit 4b66e3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ For information relating to the development of Rust applications on ESP devices,

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

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.
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.

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

## Resources

Expand Down
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

- Fixed `PriorityLock` being ineffective with `Priority::max()` on RISC-V CPUs (#2964)

### Removed

## [0.23.1] - 2025-01-15

### Fixed

- Fixed `PriorityLock` being ineffective with `Priority::max()` on RISC-V CPUs (#2964)

## [0.23.0] - 2025-01-15

### Added
Expand Down Expand Up @@ -1070,7 +1074,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.23.0...HEAD
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.23.1...HEAD
[0.23.1]: https://github.com/esp-rs/esp-hal/compare/v0.23.0..v0.23.1
[0.23.0]: https://github.com/esp-rs/esp-hal/compare/v0.22.0..v0.23.0
[0.22.0]: https://github.com/esp-rs/esp-hal/compare/v0.21.1...v0.22.0
[0.21.1]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...v0.21.1
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.23.0"
version = "0.23.1"
edition = "2021"
rust-version = "1.84.0"
description = "Bare-metal HAL for Espressif devices"
Expand Down

0 comments on commit 4b66e3d

Please sign in to comment.