Prepare for release 0.10.0

This commit is contained in:
Nathan Fiedler 2018-08-11 09:16:57 -07:00
parent 1498f7a88d
commit 179c696a90
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ 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/).
## [0.10.0] - 2018-08-11
### Added
- Mewp: Add ping_image and ping_image_blob functions.
- Mewp: Add reset_image_page function.
- Mewp: Add set_image_alpha_channel function.
- NQNStudios: Adding binding for MagickAddImage function.
- NQNStudios: Adding doc comment and rotate_image function.
- NQNStudios: Adding binding for adaptive_resize_image function.
## [0.9.0] - 2018-05-05
### Added
- Mewp: Numerous additional MagickWand functions

View file

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