From e8366882ade8d7fa2ed132f52bdd7eb75ce311e8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 12 Jul 2024 18:39:50 +1200 Subject: [PATCH] Bump version to 9.1.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- MANUAL.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746db2a2..09036c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 9.1.2 + +- [Bugfix] Fix `--nx` still applying deinterlacing by default. +- [Bugfix] Fix wildcard matching being case-sensitive on Windows. +- [Bugfix] Fix optimized APNGs not being compatible with some programs. +- [Build] Fix feature `sanity-checks` not working without `parallel`. +- [Misc] Resolve ambiguity between optional dependencies and crate features. + ## Version 9.1.1 - [Build] Change man page generation path to resolve issue with cargo publish. diff --git a/Cargo.lock b/Cargo.lock index 312056ae..2ad4fcc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "9.1.1" +version = "9.1.2" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 88b29744..717bf26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "9.1.1" +version = "9.1.2" rust-version = "1.74.0" [badges] diff --git a/MANUAL.txt b/MANUAL.txt index 9daf857f..5a49b91f 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1,4 +1,4 @@ -oxipng 9.1.1 +oxipng 9.1.2 Losslessly improve compression of PNG files Usage: oxipng [OPTIONS] ...