Skip to content

Commit 366e64a

Browse files
committed
(cargo-release) version 0.3.2
1 parent 7f1974c commit 366e64a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.2] - 2020-04-30
12+
1113
### Added
1214

1315
- [#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
6769
- **(breaking)** #9 Upgraded to [embedded-graphics](https://crates.io/crates/embedded-graphics) 0.6.0-alpha.1
6870

6971
<!-- 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
7174

7275
[0.3.1]: https://github.com/jamwaffles/sh1106/compare/v0.3.0...v0.3.1
7376
[0.3.0]: https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.4...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "sh1106"
1010
readme = "README.md"
1111
repository = "https://github.com/jamwaffles/sh1106"
12-
version = "0.3.1"
12+
version = "0.3.2"
1313
edition = "2018"
1414

1515
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)