Skip to content

Commit

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

<!-- next-header -->

## [0.3.1] - 2024-09-29
## [0.4.0] - 2024-09-29

### Added

* Add: BasicMode graphics feature, `set_pixel` and `set_pixels`
* Add: driver `Gc9a01::set_write_mode`
* Add: `Gc9a01::bounded_draw` fast bounded draw
* Add: driver `Gc9a01::draw_buffer` abstract hardware compliant
* Add: BufferedGraphics `set_pixels`
* Add `Gc9a01::clear_fit_custom_stack`

### Changed

* Deprecated `Gc9a01::draw` will be removed later

### Fixed

* Fix: embedded_graphics requirements feature
* Fix: undocumented stackoverflow case and const impl clear_fit
* Fix: Optimization embedded_graphics with BufferedGraphics
* Fix: Optimization BufferedGraphics on `fill_contiguous`
* Fix: Optimization BufferedGraphics on `fill_solid`
* Fix: Optimization BufferedGraphics on `clear`

## [0.3.1] - 2024-09-26

### Fixed

Expand Down Expand Up @@ -53,6 +77,7 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate
<!-- next-url -->
[unreleased]: https://github.com/IniterWorker/gc9a01/compare/0.3.1...HEAD

[0.4.0]: https://github.com/IniterWorker/gc9a01/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/IniterWorker/gc9a01/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/IniterWorker/gc9a01/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/IniterWorker/gc9a01/compare/0.2.0...0.2.1
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.3.1"
version = "0.4.1"
edition = "2021"
authors = ["Walter Bonetti <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit cba5491

Please sign in to comment.