Skip to content

Commit

Permalink
chore: Prepare pre-release 0.5 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Dec 28, 2024
1 parent e4d9fc2 commit 4d99c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

0.5.0 (28-12-2024)
==================

* feat: Add table support for TipTap editor by @fsbraun in https://github.com/django-cms/djangocms-text/pull/42
* feat: Improved dynamic link ui for tiptap editor by @fsbraun in https://github.com/django-cms/djangocms-text/pull/41
* feat: Improve tiptap-integration of toolbars for better UX by @fsbraun in https://github.com/django-cms/djangocms-text/pull/43
* fix: Clean up ckeditor4 vendor files by @fsbraun in https://github.com/django-cms/djangocms-text/pull/39
* fix: remove cke5 code by @fsbraun in https://github.com/django-cms/djangocms-text/pull/40

0.4.0 (11-12-2024)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
10. Github actions will publish the new package to pypi
"""

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 4d99c7c

Please sign in to comment.