We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bafa9 commit d2b8c2aCopy full SHA for d2b8c2a
3 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+3.3.0 - 2025-11-18
5
+------------------
6
+
7
+- Process images in content metadata via new `IMAGE_PROCESS_METADATA` setting
8
9
+Contributed by [Patrick Fournier](https://github.com/patrickfournier) via [PR #99](https://github.com/pelican-plugins/image-process/pull/99/)
10
11
12
3.2.0 - 2025-11-04
13
------------------
14
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pelican-image-process"
-version = "3.2.0"
+version = "3.3.0"
description = "Pelican plugin that automates image processing."
authors = [{name = "Pelican Dev Team", email = "authors@getpelican.com"}]
license = {text = "AGPL-3.0"}
0 commit comments