From 77f8ea7b8b34361c7af953a56560789875ce6c9f Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 26 Aug 2024 16:30:51 +0200 Subject: [PATCH] django-prose-editor 0.8 --- CHANGELOG.rst | 3 +++ django_prose_editor/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2f1072..19d8202 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Change log Next version ~~~~~~~~~~~~ +0.8 (2024-08-26) +~~~~~~~~~~~~~~~~ + - Made the link button only active when the cursor is inside a link. - Added docs on read the docs. - Updated the ProseMirror dependencies. diff --git a/django_prose_editor/__init__.py b/django_prose_editor/__init__.py index 691a48c..8675559 100644 --- a/django_prose_editor/__init__.py +++ b/django_prose_editor/__init__.py @@ -1 +1 @@ -version = "0.7.1" +version = "0.8.0"