Skip to content

Commit af3d0f3

Browse files
authored
Merge pull request #145 from Shnatsel/release-v0.2.3
Release v0.2.3
2 parents f8362d7 + 0b54b4e commit af3d0f3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

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+
311
### Version 0.2.2
412

513
Changes:

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-webp"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.80.1"

0 commit comments

Comments
 (0)