diff --git a/CHANGELOG.md b/CHANGELOG.md index 51cc2a7..e6fba5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.4.0] - 2020-04-06 + ### Added - New supported epds: epd7in5 (thanks to @str4d), epd7in5 v2 (thanks to @asaaki), epd1in54b (thanks to @jkristell) - Added update_and_display_frame to WaveshareDisplay trait (fixes #38) @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Doc Tests - ## [v0.3.2] - 2019-06-17 @@ -82,7 +83,8 @@ Initial release with Changelog - Renamed to `epd-waveshare` -[Unreleased]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.3.2...v0.4.0 [v0.3.2]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.3.1...v0.3.2 [v0.3.1]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.2.0...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index abd2aef..474e4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,14 +9,14 @@ license = "ISC" name = "epd-waveshare" readme = "README.md" repository = "https://github.com/Caemor/epd-waveshare.git" -version = "0.3.2" +version = "0.4.0" edition = "2018" [badges] # travis-ci = { repository = "caemor/epd-waveshare" } [dependencies] -embedded-graphics = { version = "0.6.0", optional = true} +embedded-graphics = { version = "0.6.1", optional = true} embedded-hal = {version = "0.2.3", features = ["unproven"]} [dev-dependencies]