Bump version to 9.1.2
This commit is contained in:
parent
664b27c4ca
commit
e8366882ad
4 changed files with 11 additions and 3 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -369,7 +369,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oxipng"
|
||||
version = "9.1.1"
|
||||
version = "9.1.2"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
oxipng 9.1.1
|
||||
oxipng 9.1.2
|
||||
Losslessly improve compression of PNG files
|
||||
|
||||
Usage: oxipng [OPTIONS] <files>...
|
||||
|
|
|
|||
Loading…
Reference in a new issue