Skip to content

Commit 15f6e63

Browse files
authored
chore: Prepare release 0.9.2 (#111)
1 parent 3ab1f26 commit 15f6e63

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

5+
0.9.2 (10-08-2025)
6+
==================
7+
8+
* fix: Broken linkfield selector by @fsbraun in https://github.com/django-cms/djangocms-text/pull/105
9+
* fix: Trim values in linkfield by @fsbraun in https://github.com/django-cms/djangocms-text/pull/107
10+
* fix: Remove `static` command around JS assets of the toolbar by @fsbraun in https://github.com/django-cms/djangocms-text/pull/106
11+
* chore: Introduce dynamic badges by @mrbazzan in https://github.com/django-cms/djangocms-text/pull/108
12+
13+
@mrbazzan made their first contribution in https://github.com/django-cms/djangocms-text/pull/108
14+
15+
516
0.9.1 (12-06-2025)
617
==================
718

djangocms_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
10. Github actions will publish the new package to pypi
1717
"""
1818

19-
__version__ = "0.9.1"
19+
__version__ = "0.9.2"

0 commit comments

Comments
 (0)