From 8a2bdcd13367e0de73c36f0dea022cfb198c6e6e Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Tue, 3 Apr 2018 18:57:34 -0400 Subject: [PATCH] Version 1.0.3 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d2a463..ccdc54a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Version 1.0.3 (unreleased) +### Version 1.0.3 - Bump dependencies ### Version 1.0.2 diff --git a/Cargo.lock b/Cargo.lock index 5eb40854..590065bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "1.0.2" +version = "1.0.3" dependencies = [ "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b930f48f..cd4cc476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "1.0.2" +version = "1.0.3" [badges] travis-ci = { repository = "shssoichiro/oxipng", branch = "master" } diff --git a/README.md b/README.md index 0b7d3d93..bdbf4888 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Oxipng is open-source software, distributed under the MIT license. ## Benchmarks -Tested oxipng 1.0.2 (compiled on rustc 1.26.0-nightly (517f24025 2018-03-31)) against OptiPNG version 0.7.7 on Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz with 8 logical cores +Tested oxipng 1.0.3 (compiled on rustc 1.26.0-nightly (517f24025 2018-03-31)) against OptiPNG version 0.7.7 on Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz with 8 logical cores