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 @@ with the [embedded-hal](crates.io/crates/embedded-hal) traits for maximum portab
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ## [ 0.3.2] - 2020-04-30
12
+
11
13
### Added
12
14
13
15
- [ #20 ] ( https://github.com/jamwaffles/sh1106/pull/20 ) Add ` set_contrast ` method to set the display contrast/brightness.
@@ -67,7 +69,8 @@ Upgrade to new embedded-graphics `0.6.0-alpha.1` release. Please see the [embedd
67
69
- ** (breaking)** #9 Upgraded to [ embedded-graphics] ( https://crates.io/crates/embedded-graphics ) 0.6.0-alpha.1
68
70
69
71
<!-- next-url -->
70
- [ unreleased ] : https://github.com/jamwaffles/sh1106/compare/v0.3.1...HEAD
72
+ [ unreleased ] : https://github.com/jamwaffles/sh1106/compare/v0.3.2...HEAD
73
+ [ 0.3.2 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.1...v0.3.2
71
74
72
75
[ 0.3.1 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0...v0.3.1
73
76
[ 0.3.0 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.4...v0.3.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
9
name = " sh1106"
10
10
readme = " README.md"
11
11
repository = " https://github.com/jamwaffles/sh1106"
12
- version = " 0.3.1 "
12
+ version = " 0.3.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