Skip to content

Commit 5124028

Browse files
committed
(cargo-release) version 0.3.4
1 parent 64b3e81 commit 5124028

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.4] - 2020-12-28
12+
1113
### Fixed
1214

1315
- [#23](https://github.com/jamwaffles/sh1106/pull/23) Fixed command bytes for `PreChargePeriod` and `VcomhDeselect`.
@@ -79,8 +81,9 @@ Upgrade to new embedded-graphics `0.6.0-alpha.1` release. Please see the [embedd
7981
- **(breaking)** #9 Upgraded to [embedded-graphics](https://crates.io/crates/embedded-graphics) 0.6.0-alpha.1
8082

8183
<!-- next-url -->
84+
[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.4...HEAD
8285

83-
[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.3...HEAD
86+
[0.3.4]: https://github.com/jamwaffles/sh1106/compare/v0.3.3...v0.3.4
8487
[0.3.3]: https://github.com/jamwaffles/sh1106/compare/v0.3.2...v0.3.3
8588
[0.3.2]: https://github.com/jamwaffles/sh1106/compare/v0.3.1...v0.3.2
8689
[0.3.1]: https://github.com/jamwaffles/sh1106/compare/v0.3.0...v0.3.1

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.3"
12+
version = "0.3.4"
1313
edition = "2018"
1414

1515
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)