Skip to content

Commit

Permalink
(cargo-release) version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Jul 11, 2021
1 parent b5d80ac commit 70cd619
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 @@ projects using an SPI interface.

## [Unreleased] - ReleaseDate

## [0.3.0] - 2021-07-11

### Changed

- **(breaking)** [#12](https://github.com/jamwaffles/ssd1331/pull/12) Upgrade to `embedded-graphics` 0.7.
Expand Down Expand Up @@ -133,8 +135,9 @@ disp.rotation();
- **(breaking)** Removed `Builder` struct.

<!-- next-url -->
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.3.0...HEAD

[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.3...HEAD
[0.3.0]: https://github.com/jamwaffles/ssd1331/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/jamwaffles/ssd1331/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1
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 = "ssd1331"
readme = "README.md"
repository = "https://github.com/jamwaffles/ssd1331"
version = "0.2.3"
version = "0.3.0"
edition = "2018"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 70cd619

Please sign in to comment.