diff --git a/CHANGELOG.md b/CHANGELOG.md index 825b793..1c4b9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate +## [0.4.2] - 2024-10-18 + +### Fixed + +* Fix: remove regression optimized DrawTarget +* Fix: Correct bounds check in set_pixels function for proper out-of-bounds handling + ## [0.4.1] - 2024-09-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index fb2c9ec..2a16ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gc9a01-rs" categories = ["embedded", "no-std"] -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Walter Bonetti "] license = "MIT OR Apache-2.0"