From afc6186c38160d1a3fc5e991de4076d98a389602 Mon Sep 17 00:00:00 2001 From: "release-plz-avsaase[bot]" <174656944+release-plz-avsaase[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:47:58 +0200 Subject: [PATCH] chore: release v0.1.2 (#11) chore: release Co-authored-by: release-plz-avsaase[bot] <174656944+release-plz-avsaase[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b712635..743ada9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/avsaase/weact-studio-epd/compare/v0.1.1...v0.1.2) - 2024-09-04 + +### Added +- Add sleep and wakeup support (with esp32c6 sample) ([#14](https://github.com/avsaase/weact-studio-epd/pull/14)) +- Add additional color conversions for tinybmp support ([#16](https://github.com/avsaase/weact-studio-epd/pull/16)) + +### Fixed +- pass display by reference not by value for tricolor displays ([#15](https://github.com/avsaase/weact-studio-epd/pull/15)) + +### Other +- build esp32c6 examples ([#19](https://github.com/avsaase/weact-studio-epd/pull/19)) +- rustfmt + ## [0.1.1](https://github.com/avsaase/weact-studio-epd/releases/tag/v0.1.1) - 2024-08-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7932f33..59a0cde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "weact-studio-epd" -version = "0.1.1" +version = "0.1.2" dependencies = [ "display-interface", "embedded-graphics", diff --git a/Cargo.toml b/Cargo.toml index 65e2387..89cacab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weact-studio-epd" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Alexander van Saase "] description = "Unofficial driver for WeAct Studio E-paper modules"