diff --git a/CHANGELOG.md b/CHANGELOG.md index 748a15b..a950bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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] - 2023-10-30 + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Fixed changelog - ([ea653e5](https://github.com/lukexor/pix-engine/commit/ea653e5c2bd1adc25c7d30d4ad226d3579c0b42b)) + + + ## [0.8.0] - 2023-10-30 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index a52cbc0..76f40b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "pix-engine" -version = "0.7.1" +version = "0.8.1" dependencies = [ "anyhow", "bitflags 2.4.1", diff --git a/Cargo.toml b/Cargo.toml index ce6051a..3d4db4e 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"