Skip to content

Commit 1167419

Browse files
chore: Prepare release 2.0.4 (#275)
* Update CHANGELOG.rst * Update __init__.py * Update CHANGELOG.rst Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent c556685 commit 1167419

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
2.0.4 (2025-06-18)
6+
==================
7+
8+
* fix: Create Alias plugin form is missing autocompletion by @krmax44 in https://github.com/django-cms/djangocms-alias/pull/274
9+
* build: Remove node and webpack by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/271
10+
11+
512
2.0.3 (2025-05-15)
613
==================
714

@@ -11,6 +18,7 @@ Changelog
1118

1219
2.0.2 (2024-11-07)
1320
==================
21+
1422
* fix: `get_absolute_url` method not found while creating new alias and category from wizard button.
1523
* feat: Added search capability in AliasContent admin (migrate the 4.0.x feature from PR #236)
1624

djangocms_alias/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
A reference can be added to any placeholder using the Alias plugin.
44
"""
55

6-
__version__ = "2.0.3"
6+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)