diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a9209..1bf79c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 2983398..a3e2a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.18.0" +version = "0.19.0" authors = ["Nathan Fiedler "] 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]