Skip to content

Commit 55897d4

Browse files
committed
chore: Release ssd1306 version 0.8.4
1 parent fe8d1f0 commit 55897d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ SSD1306 monochrome OLED display.
77

88
## [Unreleased] - ReleaseDate
99

10+
## [0.8.4] - 2023-10-27
11+
1012
### Fixed
1113

1214
- [#201](https://github.com/jamwaffles/ssd1306/pull/201) Fixed `BufferedGraphicsMode::clear(On)` such that it fills all pixels with `On`, not only some.
@@ -267,7 +269,8 @@ SSD1306 monochrome OLED display.
267269
- Builder docs clarify the order of method calls (#89)
268270

269271
<!-- next-url -->
270-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.3...HEAD
272+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.4...HEAD
273+
[0.8.4]: https://github.com/jamwaffles/ssd1306/compare/v0.8.3...v0.8.4
271274

272275
[0.8.3]: https://github.com/jamwaffles/ssd1306/compare/v0.8.2...v0.8.3
273276
[0.8.2]: https://github.com/jamwaffles/ssd1306/compare/v0.8.1...v0.8.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "ssd1306"
99
readme = "README.md"
1010
repository = "https://github.com/jamwaffles/ssd1306"
11-
version = "0.8.3"
11+
version = "0.8.4"
1212
edition = "2018"
1313
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]
1414
rust-version = "1.61"

0 commit comments

Comments
 (0)