Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Mar 20, 2020
1 parent dd41e80 commit d6f67b3
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.2.0] - 2020-03-20

### Changed

- **(breaking)** [#6](https://github.com/jamwaffles/ssd1331/pull/6) Upgrade to embedded-graphics 0.6.0
Expand Down Expand Up @@ -113,7 +115,8 @@ disp.rotation();
- **(breaking)** Removed `Builder` struct.

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

[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...HEAD
[0.2.0]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...v0.2.0
[0.2.0-alpha.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
[0.2.0-alpha.1]: https://github.com/jamwaffles/ssd1331/compare/0.1.3...v0.2.0-alpha.1
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.0-alpha.2"
version = "0.2.0"
edition = "2018"

[package.metadata.docs.rs]
Expand Down

0 comments on commit d6f67b3

Please sign in to comment.