Tag 0.1.1 [ci skip]
This commit is contained in:
parent
abedfc9c70
commit
419fddd6d4
2 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
v 0.1.0
|
v0.1.1
|
||||||
|
- Fix `oxipng *` writing all input files to one output file (#15)
|
||||||
|
|
||||||
|
v0.1.0
|
||||||
- Initial beta release
|
- Initial beta release
|
||||||
- Reduce color type and bit depth
|
- Reduce color type and bit depth
|
||||||
- Recompress with zlib
|
- Recompress with zlib
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxipng"
|
name = "oxipng"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
||||||
description = "A lossless PNG compression optimizer"
|
description = "A lossless PNG compression optimizer"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue