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]