Forgot to set package version
This commit is contained in:
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## [0.6.3] - 2017-04-08
|
||||||
### Changed
|
### Changed
|
||||||
- Changed to use `pkg-config` crate to get MagickWand compiler settings.
|
- Changed to use `pkg-config` crate to get MagickWand compiler settings.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "magick_rust"
|
name = "magick_rust"
|
||||||
version = "0.6.2"
|
version = "0.6.4"
|
||||||
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
|
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
|
||||||
description = "Selection of Rust bindings for the ImageMagick library."
|
description = "Selection of Rust bindings for the ImageMagick library."
|
||||||
homepage = "https://github.com/nlfiedler/magick-rust"
|
homepage = "https://github.com/nlfiedler/magick-rust"
|
||||||
|
|||||||
Reference in New Issue
Block a user