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.
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ## [ 0.2.2] - 2020-03-21
12
+
11
13
### Fixed
12
14
13
15
- Fix docs.rs build config
@@ -121,8 +123,9 @@ disp.rotation();
121
123
- ** (breaking)** Removed ` Builder ` struct.
122
124
123
125
<!-- next-url -->
126
+ [ unreleased ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.2...HEAD
124
127
125
- [ unreleased ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.1...HEAD
128
+ [ 0.2.2 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.1...v0.2.2
126
129
[ 0.2.1 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1
127
130
[ 0.2.0 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...v0.2.0
128
131
[ 0.2.0-alpha.2 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
9
name = " ssd1331"
10
10
readme = " README.md"
11
11
repository = " https://github.com/jamwaffles/ssd1331"
12
- version = " 0.2.1 "
12
+ version = " 0.2.2 "
13
13
edition = " 2018"
14
14
15
15
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments