File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ projects using an SPI interface.
88
99## [ Unreleased] - ReleaseDate
1010
11+ ## [ 0.2.3] - 2021-04-06
12+
1113### Added
1214
1315- [ #11 ] ( https://github.com/jamwaffles/ssd1331/pull/11 ) Add ` turn_on ` and ` turn_off ` methods.
@@ -127,7 +129,8 @@ disp.rotation();
127129- ** (breaking)** Removed ` Builder ` struct.
128130
129131<!-- next-url -->
130- [ unreleased ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.2...HEAD
132+ [ unreleased ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.3...HEAD
133+ [ 0.2.3 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.2...v0.2.3
131134
132135[ 0.2.2 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.1...v0.2.2
133136[ 0.2.1 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " ssd1331"
1010readme = " README.md"
1111repository = " https://github.com/jamwaffles/ssd1331"
12- version = " 0.2.2 "
12+ version = " 0.2.3 "
1313edition = " 2018"
1414
1515[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments