Skip to content

Commit

Permalink
django-imagefield 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 3, 2024
1 parent 0530a0f commit ebffa0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Change log
Next version
~~~~~~~~~~~~


0.19 (2024-08-03)
~~~~~~~~~~~~~~~~~

- Updated the pre-commit configuration, switched to biomejs.
- Started using a process pool to process images in parallel in
``process_imagefields``.
Expand Down
2 changes: 1 addition & 1 deletion imagefield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0"

0 comments on commit ebffa0a

Please sign in to comment.