Skip to content

Commit 27d63b4

Browse files
committed
chore: Release ssd1306 version 0.10.0
1 parent 6bcbaed commit 27d63b4

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
@@ -4,7 +4,9 @@
44
SSD1306 monochrome OLED display.
55

66
<!-- next-header -->
7+
78
## [Unreleased] - ReleaseDate
9+
## [0.10.0] - 2025-03-22
810
### Changed
911
- Added `DisplaySize64x32` to the prelude
1012
- Update `embedded-hal-bus` dependency to 0.3.0
@@ -304,7 +306,8 @@ SSD1306 monochrome OLED display.
304306
- Builder docs clarify the order of method calls (#89)
305307

306308
<!-- next-url -->
307-
[Unreleased]: https://github.com/rust-embedded-community/ssd1306/compare/v0.9.0...HEAD
309+
[Unreleased]: https://github.com/rust-embedded-community/ssd1306/compare/v0.10.0...HEAD
310+
[0.10.0]: https://github.com/rust-embedded-community/ssd1306/compare/v0.9.0...v0.10.0
308311
[0.9.0]: https://github.com/jamwaffles/ssd1306/compare/v0.8.4...v0.9.0
309312
[0.8.4]: https://github.com/jamwaffles/ssd1306/compare/v0.8.3...v0.8.4
310313

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/rust-embedded-community/ssd1306"
11-
version = "0.9.0"
11+
version = "0.10.0"
1212
edition = "2021"
1313
exclude = ["build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp"]
1414
rust-version = "1.75.0"

0 commit comments

Comments
 (0)