Skip to content

Commit e8e8309

Browse files
authored
Bump version to 9.1.3 (#647)
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.
1 parent e638807 commit e8e8309

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 9.1.3
2+
3+
- [Feature] Add `--zi` option to control the number of Zopfli iterations.
4+
- [Improvement] Allow setting compression level to 0.
5+
- [Performance] Improve filtering performance for some images.
6+
- [Build] Move man page generation to an xtask.
7+
18
## Version 9.1.2
29

310
- [Bugfix] Fix `--nx` still applying deinterlacing by default.

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
@@ -20,7 +20,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
2020
license = "MIT"
2121
name = "oxipng"
2222
repository = "https://github.com/shssoichiro/oxipng"
23-
version = "9.1.2"
23+
version = "9.1.3"
2424
rust-version = "1.74.0"
2525

2626
[badges]

MANUAL.txt

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

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

0 commit comments

Comments
 (0)