Skip to content

Commit e068f84

Browse files
committed
version
1 parent cc72287 commit e068f84

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ This is not a big library but if you want to contribute is very easy!
4242

4343
## Changelog
4444

45+
### 0.6.2
46+
47+
* Fix for buggy LA mode in libheif 1.17.0 - 1.18.2
48+
* Fix Unsupported color conversion for some images
49+
4550
### 0.6.1
4651

4752
* Added compatibility with Pillow 10.1+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66

7-
__version__ = '0.6.1'
7+
__version__ = '0.6.2'
88

99
github_url = 'https://github.com/uploadcare'
1010
package_name = 'heif-image-plugin'

0 commit comments

Comments
 (0)