Skip to content

Commit fa1cf57

Browse files
committed
with changelog entries, bump esp-hal-buzzer to 0.3.0 and esp-hal-smartled to 0.17.0
- `cargo-edit`, `cargo set-version --workspace --bump minor`
1 parent 323b469 commit fa1cf57

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

esp-hal-buzzer/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.3.0
11+
12+
### Changed
13+
14+
- Updated `esp-hal` to v1.0.0-rc.1 and related deps, including breaking changes for `esp_hal::gpio::DriveMode` (#53)
15+
- Changed the pin in the example to GPIO4 (#53)
16+
17+
## 0.2.0
18+
1019
### Added
1120

1221
- Added `Buzzer::play_tones_from_slice(&self, sequence: &[u32], timings: &[u32])` to allow tone playback using slices (#39)

esp-hal-buzzer/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-buzzer"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
rust-version = "1.88"
66
description = "Buzzer driver for esp-hal"

esp-hal-smartled/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.17.0
11+
12+
### Changed
13+
14+
- Updated `esp-hal` to `v1.0.0-rc.1`, and updated related dependencies (#53)
15+
- Replace `esp-hal-embassy` with `esp-rtos` w/ `embassy` feature (#53)
16+
- Backwards-incompatible changes for updates to the `esp-hal::rmt` api ([rc0](https://docs.rs/esp-hal/1.0.0-rc.0/esp_hal/rmt/index.html), [rc1](https://docs.rs/esp-hal/1.0.0-rc.1/esp_hal/rmt/index.html)), including a new `PulseCode` type (#53)
17+
1018
## 0.15.0
1119

1220
### Added

esp-hal-smartled/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-smartled"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
rust-version = "1.88"
66
description = "RMT peripheral adapter for smart LEDs"

0 commit comments

Comments
 (0)