From 00749a2d3deca8fbe198a3b3977f3bf21e5f9aab Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sat, 8 Apr 2017 21:07:20 -0700 Subject: [PATCH] Forgot to set package version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65bf23..f5940af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.4] - 2017-04-08 +### Changed +- Actually set the version this time. + ## [0.6.3] - 2017-04-08 ### Changed - Changed to use `pkg-config` crate to get MagickWand compiler settings. diff --git a/Cargo.toml b/Cargo.toml index ba0b699..eb2922c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.6.2" +version = "0.6.4" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"