Release version 0.15.2

This commit is contained in:
Josh Holmer 2017-05-02 19:32:06 -04:00
parent ed3b843dd2
commit 2925358856
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
**Version 0.15.2**
- Bump `image` to 0.13 ([#65](https://github.com/shssoichiro/oxipng/pull/65))
- Bump `rayon` to 0.7
- Bump `itertools` to 0.6
**Version 0.15.1**
- Ignore color reductions that would increase file size ([#61](https://github.com/shssoichiro/oxipng/issues/61))

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "oxipng"
version = "0.15.1"
version = "0.15.2"
dependencies = [
"bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -8,7 +8,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "0.15.1"
version = "0.15.2"
[lib]
name = "oxipng"