Skip to content

Commit

Permalink
(cargo-release) version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Jun 9, 2020
1 parent b3ef870 commit 8518abc
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.3] - 2020-06-09

### Added

- [#22](https://github.com/jamwaffles/sh1106/pull/22) Add `DisplaySize::Display128x64NoOffset` variant for 128x64 displays that don't use a 132x64 buffer internally.
Expand Down Expand Up @@ -73,8 +75,9 @@ 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.3...HEAD

[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.2...HEAD
[0.3.3]: https://github.com/jamwaffles/sh1106/compare/v0.3.2...v0.3.3
[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.2"
version = "0.3.3"
edition = "2018"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 8518abc

Please sign in to comment.