Version 0.18.2
This commit is contained in:
parent
f8c62de6c0
commit
30ecc0cc05
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
### Version 0.18.2 (unreleased)
|
||||
### Version 0.18.2
|
||||
- Bump `image` to 0.18
|
||||
- Fix unfiltering of scan lines in interlaced images ([#92](https://github.com/shssoichiro/oxipng/issues/92))
|
||||
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -330,7 +330,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oxipng"
|
||||
version = "0.18.1"
|
||||
version = "0.18.2"
|
||||
dependencies = [
|
||||
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
|
|||
license = "MIT"
|
||||
name = "oxipng"
|
||||
repository = "https://github.com/shssoichiro/oxipng"
|
||||
version = "0.18.1"
|
||||
version = "0.18.2"
|
||||
|
||||
[[bin]]
|
||||
doc = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue