diff --git a/CHANGES.md b/CHANGES.md index 70ec9b4385..5d72ad0b06 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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: diff --git a/Cargo.toml b/Cargo.toml index eac1218d32..779fc6bdbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image" -version = "0.25.0" +version = "0.25.1" edition = "2021" resolver = "2"