Skip to content

Commit f5e97ea

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 f5e97ea

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-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 updated related dependencies, including breaking changes for `esp_hal::gpio::DriveMode`. See the [esp-hal 1.0.0-rc.0 migration guide](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/MIGRATING-1.0.0-rc.0.md) for details (#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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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, including 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)) like the new `PulseCode` type. See [esp-hal 1.0.0-rc.0 migration guide](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/MIGRATING-1.0.0-rc.0.md) for details (#53)
15+
1016
## 0.15.0
1117

1218
### 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)