From 897ab8e7b44779eea88449fbe058910720ee285d Mon Sep 17 00:00:00 2001 From: James Waples Date: Mon, 15 Aug 2022 12:28:33 +0200 Subject: [PATCH] (cargo-release) version 0.7.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1112853..312abfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] - ReleaseDate +## [0.7.1] - 2022-08-15 + ### Added - [#161](https://github.com/jamwaffles/ssd1306/pull/161) Added a `set_mirror` method to enable or disable display mirroring. @@ -169,7 +171,8 @@ - Builder docs clarify the order of method calls (#89) -[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...HEAD +[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...v0.6.0 diff --git a/Cargo.toml b/Cargo.toml index 4edf0bf1..016db030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "ssd1306" readme = "README.md" repository = "https://github.com/jamwaffles/ssd1306" -version = "0.7.0" +version = "0.7.1" edition = "2018" exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]