New patch release for esp-hal-common
This commit is contained in:
parent
a13ab2943a
commit
a5ab05eb69
11
CHANGELOG.md
11
CHANGELOG.md
@ -7,18 +7,13 @@ Please note that only changes to the `esp-hal-common` package are tracked in thi
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
[Unreleased]
|
## [0.13.1] - 2023-11-02
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- ESP32-C3: Make sure BLE and WiFi are not powered down when esp-wifi needs them (#891)
|
- ESP32-C3: Make sure BLE and WiFi are not powered down when esp-wifi needs them (#891)
|
||||||
- ESP32-C6/H2: Fix setting UART baud rate (#893)
|
- ESP32-C6/H2: Fix setting UART baud rate (#893)
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
## [0.13.0] - 2023-10-31
|
## [0.13.0] - 2023-10-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -285,7 +280,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [0.1.0] - 2022-08-05
|
## [0.1.0] - 2022-08-05
|
||||||
|
|
||||||
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.13.0...HEAD
|
[0.13.1]: https://github.com/esp-rs/esp-hal/compare/v0.13.0...v0.13.1
|
||||||
[0.13.0]: https://github.com/esp-rs/esp-hal/compare/v0.12.0...v0.13.0
|
[0.13.0]: https://github.com/esp-rs/esp-hal/compare/v0.12.0...v0.13.0
|
||||||
[0.12.0]: https://github.com/esp-rs/esp-hal/compare/v0.11.0...v0.12.0
|
[0.12.0]: https://github.com/esp-rs/esp-hal/compare/v0.11.0...v0.12.0
|
||||||
[0.11.0]: https://github.com/esp-rs/esp-hal/compare/v0.10.0...v0.11.0
|
[0.11.0]: https://github.com/esp-rs/esp-hal/compare/v0.10.0...v0.11.0
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-hal-common"
|
name = "esp-hal-common"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Jesse Braham <jesse@beta7.io>",
|
"Jesse Braham <jesse@beta7.io>",
|
||||||
"Björn Quentin <bjoern.quentin@mobile-j.de>",
|
"Björn Quentin <bjoern.quentin@mobile-j.de>",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user