From a97c9a92bc60f0138055f04851921a962ef215f9 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Fri, 16 Feb 2018 09:54:20 -0800 Subject: [PATCH] Prepare for the 0.8.0 minor release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1d7f2..85c275b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). This file follows the convention described at [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [0.8.0] - 2018-02-16 +### Changed +- little-bobby-tables: add color-related getters and mutations +- sindreij: Add crop_image to MagickWand + ## [0.7.1] - 2017-12-30 ### Changed - gentoo90: Hide more types from bindgen to fix the build for some systems diff --git a/Cargo.toml b/Cargo.toml index 109cf49..efce70b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.7.1" +version = "0.8.0" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"