Skip to content

Commit 4a0b3c4

Browse files
committed
Release Image Process 3.2.0
1 parent fdb2a3a commit 4a0b3c4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
3.2.0 - 2025-11-04
5+
------------------
6+
7+
- Update `ExifImageWidth` & `ExifImageHeight` tags to match dimensions of transformed image when copying EXIF tags
8+
- Copying EXIF tags only updates dimension tags if they existed in the source image
9+
- Add `width` and `height` attributes to `<img>` tags based on processed image’s actual dimensions
10+
- Add Python 3.14 support and require Python 3.10+
11+
412
3.1.0 - 2025-03-18
513
------------------
614

RELEASE.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pelican-image-process"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
description = "Pelican plugin that automates image processing."
55
authors = [{name = "Pelican Dev Team", email = "authors@getpelican.com"}]
66
license = {text = "AGPL-3.0"}

0 commit comments

Comments
 (0)