Skip to content

Commit 5c50f11

Browse files
committed
chore: Release ssd1306 version 0.8.1
1 parent 9582acf commit 5c50f11

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
@@ -6,6 +6,8 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.8.1] - 2023-08-18
10+
911
### Added
1012

1113
- [#190](https://github.com/jamwaffles/ssd1306/pull/190) Added `Ssd1306::set_invert` to invert the screen pixels
@@ -193,7 +195,8 @@
193195
- Builder docs clarify the order of method calls (#89)
194196

195197
<!-- next-url -->
196-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.0...HEAD
198+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.1...HEAD
199+
[0.8.1]: https://github.com/jamwaffles/ssd1306/compare/v0.8.0...v0.8.1
197200
[0.8.0]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...v0.8.0
198201
[0.7.1]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...v0.7.1
199202
[0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0

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.0"
11+
version = "0.8.1"
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)