Skip to content

Commit

Permalink
Release 0.25.1 (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Mar 31, 2024
1 parent 318ed0a commit b761703
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.25.0"
version = "0.25.1"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit b761703

Please sign in to comment.