Prepare for the 0.12.0 release

This commit is contained in:
Nathan Fiedler 2019-09-09 20:23:49 -07:00
parent 9772e33a9e
commit 8efc69f5dc
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.12.0] - 2019-09-09
### Added
- magiclen: Binding for set_background_color

View file

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