From c084a941386aed5e19840220046da458e848f964 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Mon, 11 Sep 2017 18:28:51 -0400 Subject: [PATCH] Release version 0.17.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf3f27d..56f40e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Version 0.17.0 (unreleased) +### Version 0.17.0 - [SEMVER_MAJOR] Bump minimum required rustc version to 1.19.0 - [SEMVER_MINOR] Oxipng will now, by default, attempt to change all transparent pixels to `rgba(0, 0, 0, 0)` to improve compression. It does fast trials with filters 0 and 5 to see if this is an improvement over @@ -10,7 +10,7 @@ - Fixed a bug in reducing palettes for images with bit depth of two ([#80](https://github.com/shssoichiro/oxipng/issues/80)) - Fixed another bug in reducing palettes for images with bit depth less than eight ([#82](https://github.com/shssoichiro/oxipng/issues/82)) - Code cleanup - - Update dependencies + - Bump `image` to 0.15 ### Version 0.16.3 - Fix command-line help text ([#70](https://github.com/shssoichiro/oxipng/issues/70)) diff --git a/Cargo.lock b/Cargo.lock index 92fd4047..7907a252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "oxipng" -version = "0.16.3" +version = "0.17.0" dependencies = [ "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8a41773d..821b744c 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.3" +version = "0.17.0" [lib] name = "oxipng"