From 8efc69f5dc179083e77a6162bdef8ec1811fdbcd Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Mon, 9 Sep 2019 20:23:49 -0700 Subject: [PATCH] Prepare for the 0.12.0 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86b9e8..a1ce157 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.12.0] - 2019-09-09 ### Added - magiclen: Binding for set_background_color diff --git a/Cargo.toml b/Cargo.toml index 494ed13..33efd0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.11.0" +version = "0.12.0" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"