Skip to content

Commit c5de30f

Browse files
Prepare release v0.5.0
1 parent f752a56 commit c5de30f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.cargo/config .cargo/config.toml

File renamed without changes.

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2024-07-29
910
### Changed
1011
- Increased reset time from ~50μs to ~300μs, to deal with more/newer variants
1112
- Add error checking (especially for the length) in the `prerendered` variant

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "ws2812-spi"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["David Sawatzke <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
categories = [
77
"embedded",
88
"no-std",

0 commit comments

Comments
 (0)