Skip to content

Commit 9792056

Browse files
Prepare release v0.5.0
1 parent 9645550 commit 9792056

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
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
- Add a `hosted` variant intended for SBCs where the whole data transmission needs to be done in a single call
1010

11+
## [0.5.0] - 2024-07-29
1112
### Changed
1213
- Increased reset time from ~50μs to ~300μs, to deal with more/newer variants
1314
- 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)