From 186f4633081a72098c71e52987cc0b05e3a0bb34 Mon Sep 17 00:00:00 2001 From: James Waples Date: Tue, 22 Jun 2021 09:52:42 +0100 Subject: [PATCH] (cargo-release) version 0.6.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a0a354..678ec1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] - ReleaseDate +## [0.6.0] - 2021-06-22 + ### Changed - **(breaking)** [#156](https://github.com/jamwaffles/ssd1306/pull/156) Migrate from `embedded-graphics` to `embedded-graphics-core`. @@ -156,8 +158,9 @@ - Builder docs clarify the order of method calls (#89) +[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...HEAD -[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...HEAD +[0.6.0]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/jamwaffles/ssd1306/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/jamwaffles/ssd1306/compare/v0.4.2...v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index d3526938..1bfa62c8 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.5.2" +version = "0.6.0" edition = "2018" exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]