Skip to content

Commit

Permalink
v0.21.0 [publish]
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Nov 29, 2024
1 parent 4ac4cf3 commit 8a874a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
All notable changes to this project will be documented in this file.

## [0.21.0 - 2024-1x-xx]
## [0.21.0 - 2024-11-29]

### Added

- Allow specifying encoder parameters for non-primary images in image sequence. #313

### Changed

- libheif updated from `1.18.2` to `1.19.3` version.
- libheif updated from `1.18.2` to `1.19.5` version. #312

### Fixed

- Error `argument '-Ofast' is deprecated` when building from source. #305

## [0.20.0 - 2024-10-19]

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

__version__ = "0.21.0.dev0"
__version__ = "0.21.0"

0 comments on commit 8a874a4

Please sign in to comment.