Skip to content

Commit 58979a4

Browse files
committed
Bump version
1 parent f73320e commit 58979a4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
33
=========
44

5+
0.3.3 (05-11-2024)
6+
==================
7+
8+
* feat: Add initial djangocms-link support by @fsbraun in https://github.com/django-cms/djangocms-text/pull/22
9+
* feat: Added support for djangocms-link url endpoint by @fsbraun in https://github.com/django-cms/djangocms-text/pull/23
10+
* fix: Add missing styles for add/edit plugin dialog by @fsbraun in https://github.com/django-cms/djangocms-text/pull/24
11+
* fix: Events prevented selection from link dropdown by @fsbraun in https://github.com/django-cms/djangocms-text/pull/25
12+
13+
514
0.3.2 (07-10-2024)
615
==================
716

djangocms_text/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
9. Publish the release when ready
1616
10. Github actions will publish the new package to pypi
1717
"""
18-
__version__ = "0.3.2"
18+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)