diff --git a/CHANGES.md b/CHANGES.md index 651138f992..cc6139f80a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 497d7d5c62..d1a0827745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image" -version = "0.25.3" +version = "0.25.4" edition = "2021" resolver = "2"