Skip to content

Commit dbcf3a2

Browse files
committed
chore: Prepare release 3.0.2
1 parent 39d29c5 commit dbcf3a2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

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

5-
3.0.1 (2026-09-18)
5+
3.0.2 (2025-10-08)
6+
==================
7+
8+
* fix: Adds missing migrations and test for missing migrations by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/303
9+
10+
11+
3.0.1 (2025-09-18)
612
==================
713

814
* fix: Draft static aliases disappeared when viewing pages on site by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/295
915
* fix: Error message message referred to wrong package by @mbi in https://github.com/django-cms/djangocms-alias/pull/296
1016

11-
3.0.0 (2026-09-17)
17+
18+
3.0.0 (2025-09-17)
1219
==================
1320

1421
* feat: (Re-) Introduce static aliases in the structure board by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/283

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__ = "3.0.1"
6+
__version__ = "3.0.2"

0 commit comments

Comments
 (0)