Prepare for 0.13 release
This commit is contained in:
@ -5,6 +5,12 @@ 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.13.0] - 2020-03-25
|
||||
### Added
|
||||
* danielronnkvist: Binding for MagickClutImage
|
||||
* danielronnkvist: Binding for MagickSetSize
|
||||
- max-frai: Add gaussian blur function
|
||||
|
||||
## [0.12.0] - 2019-09-09
|
||||
### Added
|
||||
- magiclen: Binding for set_background_color
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "magick_rust"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
|
||||
description = "Selection of Rust bindings for the ImageMagick library."
|
||||
homepage = "https://github.com/nlfiedler/magick-rust"
|
||||
|
||||
Reference in New Issue
Block a user