From 03c5098730dc57259c5083217f6b0b1ab37b68c9 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Tue, 13 Sep 2016 07:44:05 -0400 Subject: [PATCH] Version 0.11.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 881b5b68..6a69780c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -**Version 0.11.0 (unreleased)** +**Version 0.11.0** - [SEMVER_MAJOR] Bump minimum rustc version to 1.9.0, required by dependencies - [SEMVER_MINOR] Allow calling optimization presets via crate using `Options::from_preset` - [SEMVER_MAJOR] Return proper `PngError` type which implements `std::error::Error` from `Result`s diff --git a/Cargo.lock b/Cargo.lock index f53c5d78..93469384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "oxipng" -version = "0.10.0" +version = "0.11.0" dependencies = [ "bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3743baa1..18bf7d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxipng" -version = "0.10.0" +version = "0.11.0" authors = ["Joshua Holmer "] description = "A lossless PNG compression optimizer" license = "MIT"