From 58fdd6acabba391704639ee8ae3939949a1dba18 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Tue, 12 Apr 2022 21:36:15 -0700 Subject: [PATCH] release v0.2.0 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee988dd..17459f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.0] - 2021-04-12 + +### Changed +- fix RGB/BGR color issue on some models +- expand `Orientation` to use mirror image settings properly +- change `Display::init` to include `DisplayOptions` and allow setting all `MADCTL` values on init, including `Orientation` +- fix issues [#6](https://github.com/almindor/mipidsi/issues/6), [#8](https://github.com/almindor/mipidsi/issues/8) and [#10](https://github.com/almindor/mipidsi/issues/10) + - big thanks to [@brianmay](https://github.com/brianmay) and [@KerryRJ](https://github.com/KerryRJ) + ## [v0.1.0] - 2021-09-09 ### Added - - Initial release \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 8026834..33a5330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mipidsi" description = "MIPI Display Serial Interface generic driver" -version = "0.1.0" +version = "0.2.0" authors = ["Ales Katona "] edition = "2018" license = "MIT"