Skip to content

Commit

Permalink
chore: prepare 0.3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
  • Loading branch information
elpiel committed May 11, 2024
1 parent 7959057 commit 4faf208
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/LechevSpace/embedded-canvas/compare/v0.3.0...v0.3.1) - 2024-05-11

### Added
- *(release-plz)* config for replacing PR and issue `#..` with urls
- *(ci)* dependabot.yml for outdated actions

### Changed
### Fixed
- *(release-plz)* config - add commit_preprocessors
- *(consts)* CCanvas - switched Width and Hight in pixels array

### Removed
### Other
- release-plz PR workflow
- *(Cargo.toml)* Upgrade dependencies

## [0.3.0] - 2023-11-06

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 = "embedded-canvas"
version = "0.3.0"
version = "0.3.1"
authors = ["Lechev.space <dev@lechev.space>", "Lachezar Lechev"]
description = "Draw anything with ease on the Canvas before drawing it to your small hardware display"
categories = ["embedded", "no-std"]
Expand Down

0 comments on commit 4faf208

Please sign in to comment.