diff --git a/mipidsi/CHANGELOG.md b/mipidsi/CHANGELOG.md index 4c320b5..ac4e814 100644 --- a/mipidsi/CHANGELOG.md +++ b/mipidsi/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.9.0] + ### Added - added `GC9107` model support ### Changed -- replaced `display_interface` with our own trait and implementations for significantly better performance, see the [migration guide](https://github.com/almindor/mipidsi/blob/master/docs/MIGRATION.mdMIGRATION.md#v08---09) for details +- replaced `display_interface` with our own trait and implementations for significantly better performance, see the [migration guide](https://github.com/almindor/mipidsi/blob/master/docs/MIGRATION.md#v08---09) for details ## [v0.8.0] - 2024-05-24 diff --git a/mipidsi/Cargo.toml b/mipidsi/Cargo.toml index 1eecc47..10ec59e 100644 --- a/mipidsi/Cargo.toml +++ b/mipidsi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mipidsi" description = "MIPI Display Command Set compatible generic driver" -version = "0.8.0" +version = "0.9.0" authors = ["Ales Katona "] edition = "2021" license = "MIT" @@ -14,14 +14,14 @@ rust-version = "1.75" [dependencies] embedded-graphics-core = "0.4.0" embedded-hal = "1.0.0" -nb = "1.0.0" +nb = "1.1.0" [dependencies.heapless] optional = true version = "0.8.0" [dev-dependencies] -embedded-graphics = "0.8.0" +embedded-graphics = "0.8.1" [features] default = ["batch"]