Skip to content

Commit 530834b

Browse files
committed
Bump version to 9.1.3
1 parent 490a469 commit 530834b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
- [Build] Move man page generation to an xtask.
6+
17
## Version 9.1.2
28

39
- [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
@@ -19,7 +19,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
1919
license = "MIT"
2020
name = "oxipng"
2121
repository = "https://github.com/shssoichiro/oxipng"
22-
version = "9.1.2"
22+
version = "9.1.3"
2323
rust-version = "1.74.0"
2424

2525
[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)