diff --git a/CHANGELOG.md b/CHANGELOG.md index 586860dd..30a98116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +**Version 0.16.3** + - Fix command-line help text ([#70](https://github.com/shssoichiro/oxipng/issues/70)) + **Version 0.16.2** - Publicly export `error` module diff --git a/Cargo.lock b/Cargo.lock index 298804d1..a1a6e89d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "oxipng" -version = "0.16.2" +version = "0.16.3" dependencies = [ "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4bde588c..f4db9660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "0.16.2" +version = "0.16.3" [lib] name = "oxipng"