Skip to content

Commit 55bc848

Browse files
committed
(cargo-release) version 0.5.2
1 parent 7fe936f commit 55bc848

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.5.2] - 2021-04-19
10+
911
- [#145](https://github.com/jamwaffles/ssd1306/pull/145) Fixed rotation for 96x16 and 72x40 displays.
1012
- [#147](https://github.com/jamwaffles/ssd1306/pull/147) Fixed display rotation in terminal mode.
1113

@@ -133,7 +135,8 @@
133135
- Builder docs clarify the order of method calls (#89)
134136

135137
<!-- next-url -->
136-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...HEAD
138+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...HEAD
139+
[0.5.2]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...v0.5.2
137140
[0.5.1]: https://github.com/jamwaffles/ssd1306/compare/v0.5.0...v0.5.1
138141

139142
[0.5.0]: https://github.com/jamwaffles/ssd1306/compare/v0.4.2...v0.5.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.5.1"
11+
version = "0.5.2"
1212
edition = "2018"
1313

1414
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]

0 commit comments

Comments
 (0)