Skip to content

Commit 4a15d41

Browse files
committed
v0.9.3 [publish]
1 parent 3ea939b commit 4a15d41

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ _# Changelog
22

33
All notable changes to this project will be documented in this file.
44

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+
515
## [0.9.2 - 2023-01-18]
616

717
### Changed

pillow_heif/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version of pillow_heif """
22

3-
__version__ = "0.9.2"
3+
__version__ = "0.9.3"

0 commit comments

Comments
 (0)