diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e9248..5535cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to PNG Pong will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## 0.9.2 - 2024-08-10 +### Changed + - Updated miniz\_oxide to v0.8 + ## 0.9.1 - 2024-04-03 ### Changed - Lowered MSRV to 1.70 diff --git a/Cargo.lock b/Cargo.lock index 4abf26b..7fcb446 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ [[package]] name = "png_pong" -version = "0.9.1" +version = "0.9.2" dependencies = [ "criterion", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 4b0104f..4733e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "png_pong" -version = "0.9.1" +version = "0.9.2" license = "Apache-2.0 OR Zlib" description = "A pure Rust PNG/APNG encoder & decoder" repository = "https://github.com/AldaronLau/png_pong"