Tag new release with small API addition

Also, update bindgen version and format some of the comments and
documentation.

cargo test passes
This commit is contained in:
Nathan Fiedler
2017-07-07 20:38:01 -07:00
parent cba0de65fa
commit 1436145cb5
5 changed files with 14 additions and 7 deletions

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.6.5] - 2017-07-07
### Changed
- Add `compare_images()` method to `MagickWand` type.
- Update to latest release of `bindgen` library.
## [0.6.4] - 2017-04-08
### Changed
- Actually set the version this time.