We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0166f68 commit f337e27Copy full SHA for f337e27
2 files changed
CHANGES.md
@@ -6,6 +6,18 @@
6
7
## Changes
8
9
+### Version 0.25.6
10
+
11
+Features:
12
+ - Improved format detection ([#2418](https://github.com/image-rs/image/pull/2418))
13
+ - Implement writing ICC profiles for JPEG and PNG images ([#2389](https://github.com/image-rs/image/pull/2389))
14
15
+Bug fixes:
16
+ - JPEG encoding bugfix ([#2387](https://github.com/image-rs/image/pull/2387))
17
+ - Expanded ICO format detection ([#2434](https://github.com/image-rs/image/pull/2434))
18
+ - Fixed EXR bug with NaNs ([#2381](https://github.com/image-rs/image/pull/2381))
19
+ - Various documentation improvements
20
21
### Version 0.25.5
22
23
Features:
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "image"
3
-version = "0.25.5"
+version = "0.25.6"
4
edition = "2021"
5
resolver = "2"
0 commit comments