Bump version

This commit is contained in:
Josh Holmer 2017-01-02 13:22:18 -05:00
parent ac1620c072
commit b95c562651
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
**Version 0.13.1 (unreleased)**
- Bump regex crate to 0.2
- Bump byteorder crate to 1.0
- Bump rayon crate to 0.6
**Version 0.13.1**
- Bump regex dependency to 0.2
- Bump byteorder dependency to 1.0
- Bump rayon dependency to 0.6
**Version 0.13.0**
- Fix bug in certain PNG headers when reducing color type ([#52](https://github.com/shssoichiro/oxipng/issues/52))

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "oxipng"
version = "0.13.0"
version = "0.13.1"
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

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