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
88
99## [ Unreleased] - ReleaseDate
1010
11+ ## [ 0.3.1] - 2020-03-21
12+
1113### Fixed
1214
1315- Fix docs.rs build config
@@ -61,8 +63,9 @@ Upgrade to new embedded-graphics `0.6.0-alpha.1` release. Please see the [embedd
6163- ** (breaking)** #9 Upgraded to [ embedded-graphics] ( https://crates.io/crates/embedded-graphics ) 0.6.0-alpha.1
6264
6365<!-- next-url -->
66+ [ unreleased ] : https://github.com/jamwaffles/sh1106/compare/v0.3.1...HEAD
6467
65- [ unreleased ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0...HEAD
68+ [ 0.3.1 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0...v0.3.1
6669[ 0.3.0 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.4...v0.3.0
6770[ 0.3.0-alpha.4 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
6871[ 0.3.0-alpha.3 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.2...v0.3.0-alpha.3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " sh1106"
1010readme = " README.md"
1111repository = " https://github.com/jamwaffles/sh1106"
12- version = " 0.3.0 "
12+ version = " 0.3.1 "
1313edition = " 2018"
1414
1515[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments