Prepare for the 0.7.1 patch release

This commit is contained in:
Nathan Fiedler 2017-12-30 08:36:59 -08:00
parent 7e33bda69f
commit 1c89e0dc21
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.7.0"
version = "0.7.1"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"