Release 0.25.1 (#2187)

This commit is contained in:
Jonathan Behrens 2024-03-30 19:13:43 -07:00 committed by GitHub
commit b7617037c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -7,6 +7,17 @@
## Changes
### Version 0.25.1
Bug fixes:
- Fixed corrupt JPEG output when attempting to encode images containing an alpha
channel.
- Only accept ".ff" file extension for farbfeld images.
- Correct farbfeld feature flag for `ImageFormat::{reading_enabled, writing_enabled}`.
- Disable strict mode for JPEG decoder.
- Add nasm feature to optionally enable faster AVIF encoding.
### Version 0.25.0
Breaking changes:

View file

@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.25.0"
version = "0.25.1"
edition = "2021"
resolver = "2"