diff --git a/CHANGELOG.md b/CHANGELOG.md index 748a15b..bbaaff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ 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-02-21 + +### 🎨 Styling + + +- Fix lints - ([e361694](https://github.com/lukexor/pix-engine/commit/e36169475bdb41926c4e5a8b2d1ed73da4424cd3)) + +### 🧪 Testing + + +- Updated tests - ([ebe6f47](https://github.com/lukexor/pix-engine/commit/ebe6f471c43395ad7bc5f32b13860f7ce0238b6f)) + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Fixed changelog - ([ea653e5](https://github.com/lukexor/pix-engine/commit/ea653e5c2bd1adc25c7d30d4ad226d3579c0b42b)) + +- Updated deps - ([2a6515e](https://github.com/lukexor/pix-engine/commit/2a6515e91166bec6e36987dec28ba86080697ce8)) +- Updated deps - ([a6c49ba](https://github.com/lukexor/pix-engine/commit/a6c49ba538ff2a9caac82154368341e4dd7ca802)) +- Updated packages - ([dba3424](https://github.com/lukexor/pix-engine/commit/dba34240dabf667c15970e2cb04dd7bc840ec885)) +- Updated cargo deps - ([bccdb27](https://github.com/lukexor/pix-engine/commit/bccdb27720d2de9765c271709a2a7e0975fd6cd4)) + ## [0.8.0] - 2023-10-30 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 3a6118e..a54bb11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "pix-engine" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "bitflags 2.4.2", diff --git a/Cargo.toml b/Cargo.toml index 4e4613b..3e597ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"