File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments