Skip to content

Commit

Permalink
Bump version to 9.1.3 (#647)
Browse files Browse the repository at this point in the history
Just as a point of interest, I observed a 3-4% performance improvement
from the BigEnt strategy benchmark as a result of the upgrade to
rustc-hash 2.0. This has zero impact on overall performance.
  • Loading branch information
andrews05 authored Nov 29, 2024
1 parent e638807 commit e8e8309
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 9.1.3

- [Feature] Add `--zi` option to control the number of Zopfli iterations.
- [Improvement] Allow setting compression level to 0.
- [Performance] Improve filtering performance for some images.
- [Build] Move man page generation to an xtask.

## Version 9.1.2

- [Bugfix] Fix `--nx` still applying deinterlacing by default.
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 @@ -20,7 +20,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "9.1.2"
version = "9.1.3"
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.2
oxipng 9.1.3
Losslessly improve compression of PNG files

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

0 comments on commit e8e8309

Please sign in to comment.