From 3833fe1e31b3d816a4e44d9de34165a3851cd9e7 Mon Sep 17 00:00:00 2001 From: James Waples Date: Tue, 15 Dec 2020 09:54:57 +0000 Subject: [PATCH] (cargo-release) version 0.4.2 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966d4a3d..e277750a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] - ReleaseDate +## [0.4.2] - 2020-12-15 + ### Changed - **(breaking)** [#139] Removed default display size type parameters. @@ -124,8 +126,9 @@ - Builder docs clarify the order of method calls (#89) +[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.4.2...HEAD -[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.4.1...HEAD +[0.4.2]: https://github.com/jamwaffles/ssd1306/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/jamwaffles/ssd1306/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...v0.3.1 diff --git a/Cargo.toml b/Cargo.toml index 108cf30e..cad04bf9 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.4.1" +version = "0.4.2" edition = "2018" [badges]