From 1c89e0dc21f66e00b91885e76b1bb0211f32544b Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sat, 30 Dec 2017 08:36:59 -0800 Subject: [PATCH] Prepare for the 0.7.1 patch release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188369e..8d1d7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## [Unreleased] +## [0.7.1] - 2017-12-30 ### Changed - gentoo90: Hide more types from bindgen to fix the build for some systems - gentoo90: Build now supports Windows diff --git a/Cargo.toml b/Cargo.toml index 92987ab..109cf49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.7.0" +version = "0.7.1" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"