Prepare for the 0.14.0 release
This commit is contained in:
@ -5,9 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
This file follows the convention described at
|
This file follows the convention described at
|
||||||
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.14.0] - 2020-5-21
|
||||||
### Added
|
### Added
|
||||||
- npajkovsky: add negate_image() operation
|
- npajkovsky: add `negate_image()` operation
|
||||||
|
- danielronnkvist: add `MagickFxImage` binding
|
||||||
|
- danielronnkvist: add `MagickLevelImage` binding
|
||||||
|
- danielronnkvist: add `MagickSetImageAlpha` binding
|
||||||
|
- danielronnkvist: add `MagickBlurImage` binding
|
||||||
|
- danielronnkvist: add `MagickHaldClutImage` binding
|
||||||
### Changed
|
### Changed
|
||||||
- npajkovsky: remove use of deprecated item `try!`, use `?` instead
|
- npajkovsky: remove use of deprecated item `try!`, use `?` instead
|
||||||
- npajkovsky: fix multiple redefined values on linux build
|
- npajkovsky: fix multiple redefined values on linux build
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "magick_rust"
|
name = "magick_rust"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
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