Skip to content

Commit

Permalink
Propose wording for republishing as 0.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Oct 16, 2024
1 parent 5e6bf4f commit ac09ced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Changes

### Version 0.25.3
### Version 0.25.4

Features:
- Much faster decoding of lossless WebP due to a variety of optimizations. Our benchmarks show 2x to 2.5x improvement.
Expand All @@ -21,6 +21,12 @@ Bug fixes:
- Fixed some APNG images being decoded incorrectly
- Fixed the iterator over animated WebP frames to return `None` instead of an error when the end of the animation is reached

### Version 0.25.3

Yanked! This version accidentally missed a commit that should have been
included with the release. The `Orientation` struct should be in the
appropriate module instead of the top-level. This release won't be supported.

### Version 0.25.2

Features:
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.3"
version = "0.25.4"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit ac09ced

Please sign in to comment.