Skip to content

Commit 146b0ed

Browse files
committed
chore: Release ssd1306 version 0.8.0
1 parent c9e8f44 commit 146b0ed

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.0] - 2023-06-01
10+
911
### Added
1012

1113
- [#183](https://github.com/jamwaffles/ssd1306/pull/183) `Brightness::custom()` is now publicly available.
@@ -187,7 +189,8 @@
187189
- Builder docs clarify the order of method calls (#89)
188190

189191
<!-- next-url -->
190-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...HEAD
192+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.0...HEAD
193+
[0.8.0]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...v0.8.0
191194
[0.7.1]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...v0.7.1
192195
[0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0
193196

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.7.1"
11+
version = "0.8.0"
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)