From ac09ced4b3cba911934baae797512e4105a02d3b Mon Sep 17 00:00:00 2001 From: Andreas Molzer Date: Wed, 16 Oct 2024 22:37:17 +0200 Subject: [PATCH] Propose wording for republishing as 0.25.4 --- CHANGES.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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"