v.0.4
parent
79c2524c1d
commit
f9f2a9ad87
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.4.0] - 2020-04-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- New supported epds: epd7in5 (thanks to @str4d), epd7in5 v2 (thanks to @asaaki), epd1in54b (thanks to @jkristell)
|
- 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)
|
- 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
|
### Fixed
|
||||||
- Doc Tests
|
- Doc Tests
|
||||||
|
|
||||||
<!-- ## [v0.3.2] - 2019-04-04 -->
|
|
||||||
|
|
||||||
## [v0.3.2] - 2019-06-17
|
## [v0.3.2] - 2019-06-17
|
||||||
|
|
||||||
|
|
@ -82,7 +83,8 @@ Initial release with Changelog
|
||||||
- Renamed to `epd-waveshare`
|
- 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.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.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
|
[v0.3.0]: https://github.com/Caemor/eink-waveshare-rs/compare/v0.2.0...v0.3.0
|
||||||
|
|
|
||||||
|
|
@ -9,14 +9,14 @@ license = "ISC"
|
||||||
name = "epd-waveshare"
|
name = "epd-waveshare"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Caemor/epd-waveshare.git"
|
repository = "https://github.com/Caemor/epd-waveshare.git"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
# travis-ci = { repository = "caemor/epd-waveshare" }
|
# travis-ci = { repository = "caemor/epd-waveshare" }
|
||||||
|
|
||||||
[dependencies]
|
[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"]}
|
embedded-hal = {version = "0.2.3", features = ["unproven"]}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue