Skip to content

Commit

Permalink
CHANGELOG.md: final release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IniterWorker committed Sep 2, 2024
1 parent ab8874e commit 330245a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate

- change: fn brightness::custom move from private to public

### Fixed

- clippy: allow clippy::needless_pass_by_ref_mut for driver reset
- fix: get_screen_rotation as mutable reference, but not used mutably
- clippy: src/command.rs allow clippy::doc_markdow

## [0.2.1] - 2024-04-20

### Added
Expand All @@ -36,7 +42,8 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate
- Move playgrounds outside the library project.

<!-- next-url -->
[unreleased]: https://github.com/IniterWorker/gc9a01/compare/0.2.1...HEAD
[unreleased]: https://github.com/IniterWorker/gc9a01/compare/0.3.0...HEAD

[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
[0.2.0]: https://github.com/IniterWorker/gc9a01/compare/0.1.0...0.2.0

0 comments on commit 330245a

Please sign in to comment.