From 612c13166d92e351583de9769f15c1e50bdba1d2 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sat, 23 Sep 2023 16:04:40 -0700 Subject: [PATCH] chore: prepare for 0.19.1 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee377c..1dcde54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.19.1] - 2023-09-23 ### Changed - Feature `disable-hdri` is now enabled by default to work around an apparent bug with rust-bindgen that cannot discover the `QuantumRange` constant which diff --git a/Cargo.toml b/Cargo.toml index afcdd66..c6dc34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.19.0" +version = "0.19.1" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"