Bump version
This commit is contained in:
parent
ac1620c072
commit
b95c562651
3 changed files with 6 additions and 6 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -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)",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue