Skip to content

Commit

Permalink
Bump version to 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Jul 12, 2024
1 parent 664b27c commit e836688
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion MANUAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oxipng 9.1.1
oxipng 9.1.2
Losslessly improve compression of PNG files

Usage: oxipng [OPTIONS] <files>...
Expand Down

0 comments on commit e836688

Please sign in to comment.