diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c84014..f5e997d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate -## [Unreleased] - ReleaseDate +## [0.3.1] - 2024-09-29 ### Fixed @@ -51,8 +51,9 @@ Rust implementation SPI 4-wire driver for the [`Gc9a01`](https://crates.io/crate - Move playgrounds outside the library project. -[unreleased]: https://github.com/IniterWorker/gc9a01/compare/0.3.0...HEAD +[unreleased]: https://github.com/IniterWorker/gc9a01/compare/0.3.1...HEAD +[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 [0.2.0]: https://github.com/IniterWorker/gc9a01/compare/0.1.0...0.2.0 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index ac28a60..b3817a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,22 +1,32 @@ [package] name = "gc9a01-rs" categories = ["embedded", "no-std"] -version = "0.3.0" +version = "0.3.1" edition = "2021" -authors = [ - "Walter Bonetti " -] +authors = ["Walter Bonetti "] license = "MIT OR Apache-2.0" description = "SPI 4-wire driver for GC9A01 display controller" -keywords = ["no-std", "gc9a01", "embedded-graphics", "embedded", "embedded-hal-driver"] -include = ["src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] +keywords = [ + "no-std", + "gc9a01", + "embedded-graphics", + "embedded", + "embedded-hal-driver", +] +include = [ + "src/**/*.rs", + "crates-io.md", + "README.md", + "LICENSE-APACHE", + "LICENSE-MIT", +] repository = "https://github.com/IniterWorker/gc9a01" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] -targets = [ "thumbv7m-none-eabi", "thumbv7em-none-eabihf" ] +targets = ["thumbv7m-none-eabi", "thumbv7em-none-eabihf"] [dependencies] # Embedded HAL abstraction