Skip to content

Commit

Permalink
Merge pull request #44 from caemor/v0.4
Browse files Browse the repository at this point in the history
Release v.0.4.0
  • Loading branch information
caemor authored Apr 6, 2020
2 parents 79c2524 + f9f2a9a commit 22f16ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Doc Tests

<!-- ## [v0.3.2] - 2019-04-04 -->

## [v0.3.2] - 2019-06-17

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 22f16ea

Please sign in to comment.