Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Luke <[email protected]>
  • Loading branch information
lukexor committed Jan 3, 2024
1 parent a0b8937 commit f31769b
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 @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1](https://github.com/lukexor/pix-engine/compare/0.8.0..0.8.1) - 2024-01-03

### 🎨 Styling


- Fix lints - ([e361694](https://github.com/lukexor/pix-engine/commit/e36169475bdb41926c4e5a8b2d1ed73da4424cd3))

### ⚙️ Miscellaneous Tasks

- *(ci)* Fixed changelog - ([ea653e5](https://github.com/lukexor/pix-engine/commit/ea653e5c2bd1adc25c7d30d4ad226d3579c0b42b))

- Updated cargo deps - ([bccdb27](https://github.com/lukexor/pix-engine/commit/bccdb27720d2de9765c271709a2a7e0975fd6cd4))

## [0.8.0] - 2023-10-30

### ⛰️ Features
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
Expand Up @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
name = "pix-engine"
repository = "https://github.com/lukexor/pix-engine.git"
resolver = "2"
version = "0.8.0"
version = "0.8.1"
exclude = ["/images", "/audio", "/pkg"]
build = "build.rs"

Expand Down

0 comments on commit f31769b

Please sign in to comment.