diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3b29b2..1f0ef339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] - ReleaseDate +## [0.8.1] - 2023-08-18 + ### Added - [#190](https://github.com/jamwaffles/ssd1306/pull/190) Added `Ssd1306::set_invert` to invert the screen pixels @@ -193,7 +195,8 @@ - Builder docs clarify the order of method calls (#89) -[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.0...HEAD +[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.1...HEAD +[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 [0.7.1]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0 diff --git a/Cargo.toml b/Cargo.toml index e6e78459..2486ae07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "ssd1306" readme = "README.md" repository = "https://github.com/jamwaffles/ssd1306" -version = "0.8.0" +version = "0.8.1" edition = "2018" exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ] rust-version = "1.61"