Skip to content

Commit

Permalink
0.7.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Oct 31, 2022
1 parent 5c0fa96 commit 4703fbd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ _# Changelog

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

## [0.7.2 - 2022-10-31]

### Added

### Changed

### Fixed

- (HeifImagePlugin) register proper `mimetype` for `HEIF` format. #47
- (HeifImagePlugin) decode image even when `EXIF` data is corrupted. #48
- (HeifImagePlugin) correct processing of `EXIF` that do not start with `b'EXIF'` (Pillow `9.3.0`). #46

## [0.7.1 - 2022-10-28]

### Added
Expand Down
2 changes: 1 addition & 1 deletion pillow_heif/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Version of pillow_heif """

__version__ = "0.7.1"
__version__ = "0.7.2"

0 comments on commit 4703fbd

Please sign in to comment.