Skip to content

Commit e345fcd

Browse files
committed
chore: Release ssd1306 version 0.9.0
1 parent ad2f001 commit e345fcd

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.9.0] - 2024-08-30
11+
1012
- Updated dependencies for `embedded-hal` 1.0.0.
1113
- Switch examples to embassy STM32 PAC which implements `embedded-hal` 1.0.0 traits.
1214
- Add an asynchronous interface, enabled via the `async` feature.
@@ -284,7 +286,8 @@ SSD1306 monochrome OLED display.
284286
- Builder docs clarify the order of method calls (#89)
285287

286288
<!-- next-url -->
287-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.8.4...HEAD
289+
[Unreleased]: https://github.com/rust-embedded-community/ssd1306/compare/v0.9.0...HEAD
290+
[0.9.0]: https://github.com/jamwaffles/ssd1306/compare/v0.8.4...v0.9.0
288291
[0.8.4]: https://github.com/jamwaffles/ssd1306/compare/v0.8.3...v0.8.4
289292

290293
[0.8.3]: https://github.com/jamwaffles/ssd1306/compare/v0.8.2...v0.8.3

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.8.4"
11+
version = "0.9.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)