Skip to content

Commit fe1ffab

Browse files
committed
(cargo-release) version 0.5.1
1 parent afd14b0 commit fe1ffab

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.1] - 2021-01-09
10+
911
## [0.5.0] - 2020-12-21
1012

1113
## [0.4.2] - 2020-12-15 (yanked)
@@ -128,7 +130,8 @@
128130
- Builder docs clarify the order of method calls (#89)
129131

130132
<!-- next-url -->
131-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.5.0...HEAD
133+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...HEAD
134+
[0.5.1]: https://github.com/jamwaffles/ssd1306/compare/v0.5.0...v0.5.1
132135

133136
[0.5.0]: https://github.com/jamwaffles/ssd1306/compare/v0.4.2...v0.5.0
134137
[0.4.2]: https://github.com/jamwaffles/ssd1306/compare/v0.4.1...v0.4.2

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.0"
11+
version = "0.5.1"
1212
edition = "2018"
1313

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

0 commit comments

Comments
 (0)