From e584b89db57ef6058ed1ef2761151b76c7ceb052 Mon Sep 17 00:00:00 2001 From: Luke <709609+lukexor@users.noreply.github.com> Date: Mon, 6 May 2024 16:51:08 +0000 Subject: [PATCH] chore: release Signed-off-by: Luke <709609+lukexor@users.noreply.github.com> --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748a15b..351b378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,42 @@ 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-05-06 + +### ๐Ÿ› Bug Fixes + + +- Fixed unused warning - ([e88f9da](https://github.com/lukexor/pix-engine/commit/e88f9da3cb09cbedce999a440cfa5f80648ee29a)) +- Fix removing joypad devices - ([539eb18](https://github.com/lukexor/pix-engine/commit/539eb18d93437c86ab3ec13ca052335277d00902)) + +### ๐Ÿ“š Documentation + + +- Fixed docs - ([284b8dc](https://github.com/lukexor/pix-engine/commit/284b8dcdd27e5c25b778ee39f46ca149f1b60670)) + +### ๐ŸŽจ 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)) + +- Update dependencies - ([1128b2d](https://github.com/lukexor/pix-engine/commit/1128b2dc132cf064ce22a969927662b9f49222d8)) +- Updated deps - ([d3e647e](https://github.com/lukexor/pix-engine/commit/d3e647e4167a884b385635837fbee3841ca11357)) +- Updated deps - ([f9cd068](https://github.com/lukexor/pix-engine/commit/f9cd06868007d8c64c82363aae9cae7990f87874)) +- 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 695615a..53ddbd1 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.5.0", 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"