Skip to content

Commit

Permalink
(cargo-release) version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Apr 30, 2020
1 parent 7f1974c commit 366e64a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ with the [embedded-hal](crates.io/crates/embedded-hal) traits for maximum portab

## [Unreleased] - ReleaseDate

## [0.3.2] - 2020-04-30

### Added

- [#20](https://github.com/jamwaffles/sh1106/pull/20) Add `set_contrast` method to set the display contrast/brightness.
Expand Down Expand Up @@ -67,7 +69,8 @@ Upgrade to new embedded-graphics `0.6.0-alpha.1` release. Please see the [embedd
- **(breaking)** #9 Upgraded to [embedded-graphics](https://crates.io/crates/embedded-graphics) 0.6.0-alpha.1

<!-- next-url -->
[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.1...HEAD
[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/jamwaffles/sh1106/compare/v0.3.1...v0.3.2

[0.3.1]: https://github.com/jamwaffles/sh1106/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.4...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "sh1106"
readme = "README.md"
repository = "https://github.com/jamwaffles/sh1106"
version = "0.3.1"
version = "0.3.2"
edition = "2018"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 366e64a

Please sign in to comment.