Skip to content

Commit

Permalink
chore: release v0.1.2 (#11)
Browse files Browse the repository at this point in the history
chore: release

Co-authored-by: release-plz-avsaase[bot] <174656944+release-plz-avsaase[bot]@users.noreply.github.com>
  • Loading branch information
release-plz-avsaase[bot] authored Sep 5, 2024
1 parent 3ed8ba7 commit afc6186
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weact-studio-epd"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Alexander van Saase <avsaase@gmail.com>"]
description = "Unofficial driver for WeAct Studio E-paper modules"
Expand Down

0 comments on commit afc6186

Please sign in to comment.