We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1c1db + f862320 commit 98b001dCopy full SHA for 98b001d
CHANGES.md
@@ -6,7 +6,16 @@
6
7
## Changes
8
9
-### Version 0.25.7
+### Version 0.25.8
10
+
11
+Re-release of `0.25.7`
12
13
+Fixes:
14
+- Reverted a signature change to `load_from_memory` that lead to large scale
15
+ type inference breakage despite being technically compatible.
16
+- Color conversion Luma to Rgb used incorrect coefficients instead of broadcasting.
17
18
+### Version 0.25.7 (yanked)
19
20
Features:
21
- Added an API for external image format implementations to register themselves as decoders for a specific format in `image` (#2372)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "image"
3
-version = "0.25.7"
+version = "0.25.8"
4
edition = "2021"
5
resolver = "2"
0 commit comments