From 91b3772e7d1d216559a2c0bc85a5f3c7715d435b Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Wed, 8 Nov 2017 14:06:10 -0500 Subject: [PATCH] Version 0.18.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4696a41..4a3e7f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Version 0.18.0 (unreleased) +### Version 0.18.0 - Bump `itertools` to 0.7 - Bump `image` to 0.17 - [SEMVER_MAJOR] Bump minimum rustc version to 1.20.0 diff --git a/Cargo.toml b/Cargo.toml index 1c8b1890..4149651a 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 = "0.17.2" +version = "0.18.0" [[bin]] doc = false