Skip to content

Commit 3c40f5a

Browse files
Prepare release v0.5.0
1 parent 9645550 commit 3c40f5a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.cargo/config .cargo/config.toml

File renamed without changes.

CHANGELOG.md

+2
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.0] - 2024-07-29
810
### Added
911
- Add a `hosted` variant intended for SBCs where the whole data transmission needs to be done in a single call
1012

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)