Skip to content

Commit 9d16d9e

Browse files
Merge pull request #11 from smart-leds-rs/release_v0.3
Release v0.3.0
2 parents c2a7334 + 42e57e7 commit 9d16d9e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [0.3.0] - 2024-01-12
9+
10+
### Added
11+
- `serde` feature for enabling serde support for the color types
12+
13+
### Modified
14+
- Moved from `Iterator` to `IntoIterator`, so slices can be used directly
15+
816
## [0.2.1] - 2020-09-07
917
### Added
1018
- Some basic documentation
@@ -25,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2533
- Initial release
2634

2735

28-
[Unreleased]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.2.1...HEAD
36+
[Unreleased]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.3.0...HEAD
37+
[0.3.0]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.2.1...v0.3.0
2938
[0.2.1]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.2.0...v0.2.1
3039
[0.2.0]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.1.1...v0.2.0
3140
[0.1.1]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "smart-leds-trait"
3-
version = "0.2.1"
3+
version = "0.3.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)