Skip to content

Commit 8c5e09f

Browse files
committed
v0.22.0 [publish]
1 parent 1a04787 commit 8c5e09f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
All notable changes to this project will be documented in this file.
22

3+
## [0.22.0 - 2025-03-15]
4+
5+
### Added
6+
7+
- Boolean `pillow_heif.options.DISABLE_SECURITY_LIMITS` to bypass security limit of libheif for the image size. #328
8+
9+
### Changed
10+
11+
- `libx265` library was updated to the latest `4.1` version.
12+
- `libheif` was updated from the `1.19.5` to `1.19.7` version.
13+
- `AVIF` format marked as deprecated and pending for the removal.
14+
315
## [0.21.0 - 2024-11-29]
416

517
### Added

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/pi_heif."""
22

3-
__version__ = "0.22.0.dev0"
3+
__version__ = "0.22.0"

0 commit comments

Comments
 (0)