Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed Jan 7, 2025
1 parent b566766 commit 6e03c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion mipidsi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.9.0]

### Added

- added `GC9107` model support

### Changed

- replaced `display_interface` with our own trait and implementations for significantly better performance, see the [migration guide](https://github.com/almindor/mipidsi/blob/master/docs/MIGRATION.mdMIGRATION.md#v08---09) for details
- replaced `display_interface` with our own trait and implementations for significantly better performance, see the [migration guide](https://github.com/almindor/mipidsi/blob/master/docs/MIGRATION.md#v08---09) for details

## [v0.8.0] - 2024-05-24

Expand Down
6 changes: 3 additions & 3 deletions mipidsi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mipidsi"
description = "MIPI Display Command Set compatible generic driver"
version = "0.8.0"
version = "0.9.0"
authors = ["Ales Katona <almindor@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,14 +14,14 @@ rust-version = "1.75"
[dependencies]
embedded-graphics-core = "0.4.0"
embedded-hal = "1.0.0"
nb = "1.0.0"
nb = "1.1.0"

[dependencies.heapless]
optional = true
version = "0.8.0"

[dev-dependencies]
embedded-graphics = "0.8.0"
embedded-graphics = "0.8.1"

[features]
default = ["batch"]
Expand Down

0 comments on commit 6e03c04

Please sign in to comment.