Skip to content

Commit 33f68f7

Browse files
Add a changelog
1 parent 7652a5a commit 33f68f7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Added
9+
- Some basic documentation
10+
- Add some common impls to `White`, making it easier to use
11+
12+
## [0.2.0] - 2019-05-01
13+
### Added
14+
- Add an `RGBW` alias and a `White` type
15+
### Changed
16+
- Make the `SmartLedsWrite` color parameter generic, to support e.g. RGBW leds
17+
18+
## [0.1.1] - 2019-03-24
19+
### Changed
20+
- Use rgb type from the `rgb` crate
21+
22+
## [0.1.0] - 2019-03-05
23+
### Added
24+
- Initial release
25+
26+
27+
[Unreleased]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.2.0...HEAD
28+
[0.2.0]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.1.1...v0.2.0
29+
[0.1.1]: https://github.com/smart-leds-rs/smart-leds-trait/compare/v0.1.0...v0.1.1
30+
[0.1.0]: https://github.com/smart-leds-rs/smart-leds-trait/releases/tag/v0.1.0

0 commit comments

Comments
 (0)