chore: prepare for 0.19 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.19.0] - 2023-06-19
|
||||
### Added
|
||||
- walterbm: Add `coalesce()` for image coalesce.
|
||||
- FaithBeam: Add `compose_images_gravity()` for image composition.
|
||||
- Upgrade dependency `bindgen` to 0.66.1
|
||||
|
||||
## [0.18.0] - 2023-04-15
|
||||
### Changed
|
||||
- **Breaking**: jshrake: Add `map` argument to `import_image_pixels()` and
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "magick_rust"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
|
||||
description = "Selection of Rust bindings for the ImageMagick library."
|
||||
homepage = "https://github.com/nlfiedler/magick-rust"
|
||||
@ -14,7 +14,7 @@ build = "build.rs"
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.65.1"
|
||||
bindgen = "0.66.1"
|
||||
pkg-config = "0.3"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user