diff --git a/CHANGELOG.md b/CHANGELOG.md index 87eaff23..9335645c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 10.1.1 + +- [Performance] Improve Bigrams performance, giving notably faster results at lower levels. +- [Improvement] Change `--np` flag to also prevent conversion to indexed from other color types. +- [Improvement] Improve support for recompressing ICC profiles with high compression ratios. +- [Misc] Add warning when `--ziwi` exceeds `--zi`. +- [Build] Further reduce size of binaries. + ## Version 10.1.0 - [Feature] Add `--json` option for machine-readable output. diff --git a/Cargo.lock b/Cargo.lock index 78fcef47..7261a227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,7 +386,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "oxipng" -version = "10.1.0" +version = "10.1.1" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 21ca6c86..9e38b572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ homepage = "https://github.com/oxipng/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/oxipng/oxipng" -version = "10.1.0" +version = "10.1.1" rust-version = "1.85.1" [badges]