Skip to content

Commit 581ad3f

Browse files
committed
(cargo-release) version 0.7.0
1 parent 8f305c0 commit 581ad3f

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.7.0] - 2021-07-08
10+
911
### Changed
1012

1113
- **(breaking)** [#158](https://github.com/jamwaffles/ssd1306/pull/158) Migrate away from `generic-array` to a solution using const generics. This raises the crate MSRV to 1.51.
@@ -162,7 +164,8 @@
162164
- Builder docs clarify the order of method calls (#89)
163165

164166
<!-- next-url -->
165-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...HEAD
167+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...HEAD
168+
[0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0
166169

167170
[0.6.0]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...v0.6.0
168171
[0.5.2]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...v0.5.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.6.0"
11+
version = "0.7.0"
1212
edition = "2018"
1313
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]
1414

0 commit comments

Comments
 (0)