Skip to content

Commit

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

<!-- next-header -->

## [Unreleased] - ReleaseDate
## [0.3.1] - 2024-09-29

### Fixed

Expand Down Expand Up @@ -51,8 +51,9 @@ 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.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
24 changes: 17 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <walter.bonetti@epitech.eu>"
]
authors = ["Walter Bonetti <walter.bonetti@epitech.eu>"]
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
Expand Down

0 comments on commit 89adb34

Please sign in to comment.