Skip to content

Commit 2a79c11

Browse files
committed
Release ssd1306 version 0.8.2
1 parent b266506 commit 2a79c11

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.2] - 2023-09-29
11+
1012
### Fixed
1113

1214
- [#197](https://github.com/jamwaffles/ssd1306/pull/197) Fixed terminal mode panic and wrapping
@@ -250,8 +252,9 @@ SSD1306 monochrome OLED display.
250252
- Builder docs clarify the order of method calls (#89)
251253

252254
<!-- next-url -->
255+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.2...HEAD
253256

254-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.1...HEAD
257+
[0.8.2]: https://github.com/jamwaffles/ssd1306/compare/v0.8.1...v0.8.2
255258
[0.8.1]: https://github.com/jamwaffles/ssd1306/compare/v0.8.0...v0.8.1
256259
[0.8.0]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...v0.8.0
257260
[0.7.1]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...v0.7.1

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.1"
11+
version = "0.8.2"
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)