Skip to content

Commit f337e27

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

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)