Skip to content

Commit 0307a47

Browse files
authored
Merge pull request #2354 from image-rs/release-0.25.4
Propose wording for republishing as 0.25.4
2 parents 5e6bf4f + ac09ced commit 0307a47

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Changes
88

9-
### Version 0.25.3
9+
### Version 0.25.4
1010

1111
Features:
1212
- 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:
2121
- Fixed some APNG images being decoded incorrectly
2222
- Fixed the iterator over animated WebP frames to return `None` instead of an error when the end of the animation is reached
2323

24+
### Version 0.25.3
25+
26+
Yanked! This version accidentally missed a commit that should have been
27+
included with the release. The `Orientation` struct should be in the
28+
appropriate module instead of the top-level. This release won't be supported.
29+
2430
### Version 0.25.2
2531

2632
Features:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image"
3-
version = "0.25.3"
3+
version = "0.25.4"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)