commit
22f16eaa05
|
|
@ -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-04-04 -->
|
||||
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue