Skip to content

Commit e836688

Browse files
committed
Bump version to 9.1.2
1 parent 664b27c commit e836688

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Version 9.1.2
2+
3+
- [Bugfix] Fix `--nx` still applying deinterlacing by default.
4+
- [Bugfix] Fix wildcard matching being case-sensitive on Windows.
5+
- [Bugfix] Fix optimized APNGs not being compatible with some programs.
6+
- [Build] Fix feature `sanity-checks` not working without `parallel`.
7+
- [Misc] Resolve ambiguity between optional dependencies and crate features.
8+
19
## Version 9.1.1
210

311
- [Build] Change man page generation path to resolve issue with cargo publish.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
1818
license = "MIT"
1919
name = "oxipng"
2020
repository = "https://github.com/shssoichiro/oxipng"
21-
version = "9.1.1"
21+
version = "9.1.2"
2222
rust-version = "1.74.0"
2323

2424
[badges]

MANUAL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
oxipng 9.1.1
1+
oxipng 9.1.2
22
Losslessly improve compression of PNG files
33

44
Usage: oxipng [OPTIONS] <files>...

0 commit comments

Comments
 (0)