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.4.0] - 2021-07-11
12+
1113### Changed
1214
1315- ** (breaking)** [ #25 ] ( https://github.com/jamwaffles/sh1106/pull/25 ) Upgrade to ` embedded-graphics ` 0.7.
@@ -85,8 +87,9 @@ Upgrade to new embedded-graphics `0.6.0-alpha.1` release. Please see the [embedd
8587- ** (breaking)** #9 Upgraded to [ embedded-graphics] ( https://crates.io/crates/embedded-graphics ) 0.6.0-alpha.1
8688
8789<!-- next-url -->
90+ [ unreleased ] : https://github.com/jamwaffles/sh1106/compare/v0.4.0...HEAD
8891
89- [ unreleased ] : https://github.com/jamwaffles/sh1106/compare/v0.3.4...HEAD
92+ [ 0.4.0 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.4...v0.4.0
9093[ 0.3.4 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.3...v0.3.4
9194[ 0.3.3 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.2...v0.3.3
9295[ 0.3.2 ] : https://github.com/jamwaffles/sh1106/compare/v0.3.1...v0.3.2
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.4 "
12+ version = " 0.4.0 "
1313edition = " 2018"
1414
1515[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments