Skip to content

Commit ef6a7f0

Browse files
david-sawatzkesajattack
authored andcommitted
Prepare release v0.5.1
1 parent 9a51348 commit ef6a7f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
8+
9+
## [0.5.1] - 2025-06-01
810
### Added
911
- Add a `reset_single_transaction` feature for the `prerendered` version, which uses a single SPI transaction for a `write` call. Can be useful if using a DMA-approach or you're experiencing glitches due to the SPI peripheral turning high between the data and the reset.
1012

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ws2812-spi"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["David Sawatzke <[email protected]>"]
55
edition = "2021"
66
categories = [

0 commit comments

Comments
 (0)