Skip to content

Commit 7db730b

Browse files
authored
chore: Prepare release 0.8.5 (#88)
1 parent df1b635 commit 7db730b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Run Tests and CodeCov
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
unit-tests:

CHANGELOG.rst

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

5+
0.8.5 (15-05-2025)
6+
==================
7+
8+
* fix: Quit atomic block for mysql migration by @fsbraun in https://github.com/django-cms/djangocms-text/pull/85
9+
* fix: Support django CMS 5 data bridge for text-enabled plugins by @fsbraun in https://github.com/django-cms/djangocms-text/pull/87
10+
11+
512
0.8.4 (09-05-2025)
613
==================
714

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.8.4"
19+
__version__ = "0.8.5"

0 commit comments

Comments
 (0)