diff --git a/CHANGELOG.md b/CHANGELOG.md index e595cbb..58657ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,41 @@ 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.7.1] - 2023-10-30 + +### 🐛 Bug Fixes + + +- Problem around chrono, time, and an CVE - ([fb4a22f](https://github.com/lukexor/pix-engine/commit/fb4a22fab9a2c8b4d6d9b3707fce9edddbaf9386)) +- Fixed build badge - ([0a01708](https://github.com/lukexor/pix-engine/commit/0a0170866ba4fe16b1d01a88a46ce0970a2a53b2)) + +### 📚 Documentation + + +- Fixed MSRV in readme - ([032f7b1](https://github.com/lukexor/pix-engine/commit/032f7b10d4356859b456544d3ba88d85c2356ad1)) + +### 🎨 Styling + + +- Fix format - ([3695546](https://github.com/lukexor/pix-engine/commit/36955467e136f11283922393372df60850e31771)) + +### ⚙️ Miscellaneous Tasks + + +- Remove release-plz from mergify update - ([c5685c5](https://github.com/lukexor/pix-engine/commit/c5685c5f3c2b8973c2aa4c5e234b921616f0e700)) +- Remove deprecated actions-rs - ([9306a8b](https://github.com/lukexor/pix-engine/commit/9306a8b3896e2d0a3ecc89066bc9bee371ce2be2)) +- Add mergify and fix cache version - ([c8740b0](https://github.com/lukexor/pix-engine/commit/c8740b0da9c7bab4562e37c58c24fcd8ce5ffc50)) +- Fix release-plz - ([8802fa5](https://github.com/lukexor/pix-engine/commit/8802fa5d4b84c52937ad71ad7792d827a0bd019e)) +- Remove sdl2 from release cd - ([82ecb98](https://github.com/lukexor/pix-engine/commit/82ecb98dacc72576d660eae0adcafa3669ea6032)) +- Changed release name - ([a73a146](https://github.com/lukexor/pix-engine/commit/a73a146755fcace0a4ca8cd6cdaa19a51b50903a)) +- Fixed ci toolchain - ([43c67b3](https://github.com/lukexor/pix-engine/commit/43c67b3f0f3b57326e8bf6c78e187720306695e9)) +- Updated ci - ([09927c5](https://github.com/lukexor/pix-engine/commit/09927c5bcadf590c2e884c4782f099004e83fa54)) +- Fix ci - ([9fb7c74](https://github.com/lukexor/pix-engine/commit/9fb7c74604b6787fdbbf8f33243f17a555b1e706)) +- Updated dependencies - ([4dd3c51](https://github.com/lukexor/pix-engine/commit/4dd3c5120d98e8d2dc09c74ee310281b30d35f4b)) +- Updated Cargo.lock - ([cf68729](https://github.com/lukexor/pix-engine/commit/cf68729ad8f8a9bef9c93fc344ca2957046df97f)) +- Remove nightly and beta from CI - ([5d60e1f](https://github.com/lukexor/pix-engine/commit/5d60e1fa150670f8c22fb7e03952955ded8c2986)) + + ## [Unreleased] ### Added diff --git a/Cargo.lock b/Cargo.lock index 7333333..a52cbc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "pix-engine" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "bitflags 2.4.1", diff --git a/Cargo.toml b/Cargo.toml index a3b8869..ce6051a 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.7.0" +version = "0.8.0" exclude = ["/images", "/audio", "/pkg"] build = "build.rs"