chore: prepare for 0.19.1 release

This commit is contained in:
Nathan Fiedler
2023-09-23 16:04:40 -07:00
parent 8a9536d83a
commit 612c13166d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.19.0"
version = "0.19.1"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"