Update changelog, readme, and crate version

cargo test passes
This commit is contained in:
Nathan Fiedler
2017-08-26 13:14:12 -07:00
parent a1f211ad1f
commit a758819cc9
3 changed files with 16 additions and 15 deletions

View File

@ -5,10 +5,10 @@ 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/).
## [Unreleased]
## [0.7.0] - 2017-08-26
### Changed
- Upgrade bindgen to 0.29
- Change to MagickWand 7.0
- Change to MagickWand 7.0; this introduces backward incompatible changes
- `get_quantum` and `set_quantum` now take `Quantum` instead of `u16`
- `resize_image` no longer takes a `blur_factor` argument
- `InterpolatePixelMethod` was renamed `PixelInterpolateMethod`