Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

Version v2.2.0 (released 2025-07-14)

- chores: replaced importlib_metadata with importlib

Version 2.1.0 (released 2024-11-26)

- Add a copy func to copy assets from a directly to another. It validates the from/to
Expand Down
2 changes: 1 addition & 1 deletion pywebpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
from .project import WebpackBundleProject, WebpackProject, WebpackTemplateProject
from .storage import FileStorage, LinkStorage

__version__ = "2.1.0"
__version__ = "2.2.0"

__all__ = (
"__version__",
Expand Down
Loading