Skip to content

Commit aacc001

Browse files
authored
Prepare v0.20.1 release (#2046)
1 parent 28b5cd0 commit aacc001

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

esp-hal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.20.1] - 2024-08-30
9+
10+
### Fixed
11+
12+
- A build issue when including doc comment prelude (#2040)
13+
814
## [0.20.0] - 2024-08-29
915

1016
### Added
@@ -688,6 +694,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
688694

689695
## [0.1.0] - 2022-08-05
690696

697+
[0.20.1]: https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1
691698
[0.20.0]: https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0
692699
[0.19.0]: https://github.com/esp-rs/esp-hal/compare/v0.18.0...v0.19.0
693700
[0.18.0]: https://github.com/esp-rs/esp-hal/compare/v0.17.0...v0.18.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.20.0"
3+
version = "0.20.1"
44
edition = "2021"
55
rust-version = "1.76.0"
66
description = "Bare-metal HAL for Espressif devices"

0 commit comments

Comments
 (0)