Bump version to 9.1.2
Some checks failed
oxipng / CI (push) Has been cancelled
deploy / Deploy release (push) Has been cancelled
oxipng / MSRV check (push) Has been cancelled

This commit is contained in:
Andrew 2024-07-12 18:39:50 +12:00 committed by andrews05
parent 664b27c4ca
commit e8366882ad
4 changed files with 11 additions and 3 deletions

View file

@ -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.

2
Cargo.lock generated
View file

@ -369,7 +369,7 @@ dependencies = [
[[package]]
name = "oxipng"
version = "9.1.1"
version = "9.1.2"
dependencies = [
"bitvec",
"clap",

View file

@ -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]

View file

@ -1,4 +1,4 @@
oxipng 9.1.1
oxipng 9.1.2
Losslessly improve compression of PNG files
Usage: oxipng [OPTIONS] <files>...