Skip to content

Commit f337e27

Browse files
authored
Release 0.25.6 (#2441)
1 parent 0166f68 commit f337e27

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
## Changes
88

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+
921
### Version 0.25.5
1022

1123
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.5"
3+
version = "0.25.6"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)