Skip to content

Commit

Permalink
Merge pull request #36 from smart-leds-rs/release_v0.5.0
Browse files Browse the repository at this point in the history
Prepare release v0.5.0
  • Loading branch information
david-sawatzke authored Jul 29, 2024
2 parents 9645550 + 3c40f5a commit d84d759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2024-07-29
### Added
- Add a `hosted` variant intended for SBCs where the whole data transmission needs to be done in a single call

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "ws2812-spi"
version = "0.4.0"
version = "0.5.0"
authors = ["David Sawatzke <[email protected]>"]
edition = "2018"
edition = "2021"
categories = [
"embedded",
"no-std",
Expand Down

0 comments on commit d84d759

Please sign in to comment.