Skip to content

Commit 897ab8e

Browse files
committed
(cargo-release) version 0.7.1
1 parent 053f9c5 commit 897ab8e

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.1] - 2022-08-15
10+
911
### Added
1012

1113
- [#161](https://github.com/jamwaffles/ssd1306/pull/161) Added a `set_mirror` method to enable or disable display mirroring.
@@ -169,7 +171,8 @@
169171
- Builder docs clarify the order of method calls (#89)
170172

171173
<!-- next-url -->
172-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...HEAD
174+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...HEAD
175+
[0.7.1]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...v0.7.1
173176
[0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0
174177

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

0 commit comments

Comments
 (0)