Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IniterWorker committed Oct 18, 2024
1 parent c0c3481 commit d92dfc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate

<!-- next-header -->

## [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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d92dfc3

Please sign in to comment.