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.
1 parent 3ea939b commit 4a15d41Copy full SHA for 4a15d41
CHANGELOG.md
@@ -2,6 +2,16 @@ _# Changelog
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.9.3 - 2023-01-22]
6
+
7
+### Fixed
8
9
+Two bugs in XMP metadata handling that were causing exceptions. All versions were affected.
10
+Thanks to @eeyrw for pointing out such a problem.
11
12
+- Handling XMP data with `zero` byte at the end. #69
13
+- Handling XMP data in `latin1` encoding. #69
14
15
## [0.9.2 - 2023-01-18]
16
17
### Changed
pillow_heif/_version.py
@@ -1,3 +1,3 @@
1
""" Version of pillow_heif """
-__version__ = "0.9.2"
+__version__ = "0.9.3"
0 commit comments