Skip to content

Commit

Permalink
chore: Release ssd1306 version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Oct 9, 2023
1 parent 5b51caa commit fe89c35
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 @@ -7,6 +7,8 @@ SSD1306 monochrome OLED display.

## [Unreleased] - ReleaseDate

## [0.8.3] - 2023-10-09

### Changed

- [#195](https://github.com/jamwaffles/ssd1306/pull/195) Changed `BasicMode::clear` to clear in
Expand Down Expand Up @@ -261,8 +263,9 @@ SSD1306 monochrome OLED display.
- Builder docs clarify the order of method calls (#89)

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

[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.2...HEAD
[0.8.3]: https://github.com/jamwaffles/ssd1306/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/jamwaffles/ssd1306/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/jamwaffles/ssd1306/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "ssd1306"
readme = "README.md"
repository = "https://github.com/jamwaffles/ssd1306"
version = "0.8.2"
version = "0.8.3"
edition = "2018"
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]
rust-version = "1.61"
Expand Down

0 comments on commit fe89c35

Please sign in to comment.