Skip to content

Commit

Permalink
(cargo-release) version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Apr 6, 2021
1 parent 0eb6af1 commit 5bd6c86
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.3] - 2021-04-06

### Added

- [#11](https://github.com/jamwaffles/ssd1331/pull/11) Add `turn_on` and `turn_off` methods.
Expand Down Expand Up @@ -127,7 +129,8 @@ disp.rotation();
- **(breaking)** Removed `Builder` struct.

<!-- next-url -->
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.2...HEAD
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.3...HEAD
[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.2"
version = "0.2.3"
edition = "2018"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 5bd6c86

Please sign in to comment.