Version 0.18.1

This commit is contained in:
Josh Holmer 2017-11-21 12:58:43 -05:00
parent 4d62f9f7f9
commit ce5f83ac6c
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
### Version 0.18.1 (unreleased)
### Version 0.18.1
- Bump `rayon` to 0.9
- Fix failure to optimize on certain grayscale images ([#89](https://github.com/shssoichiro/oxipng/issues/89))

2
Cargo.lock generated
View file

@ -335,7 +335,7 @@ dependencies = [
[[package]]
name = "oxipng"
version = "0.18.0"
version = "0.18.1"
dependencies = [
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "0.18.0"
version = "0.18.1"
[[bin]]
doc = false