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 f8362d7 + 0b54b4e commit af3d0f3Copy full SHA for af3d0f3
CHANGES.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
3
+### Version 0.2.3
4
+
5
+Changes:
6
+ - Do not reject images with ICC profile bit set but missing ICCP chunk (#143)
7
8
+Bug Fixes:
9
+ - Fixed a bug that caused the last chroma macroblock in the image to be sometimes decoded incorrectly (#144)
10
11
### Version 0.2.2
12
13
Changes:
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "image-webp"
-version = "0.2.2"
+version = "0.2.3"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.80.1"
0 commit comments