Skip to content

Commit e150375

Browse files
committed
Bump version, update changelog
1 parent d74d6d6 commit e150375

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

5+
0.3.1 (2025-03-03)
6+
==================
7+
8+
* fix: Send mail action failed by @fsbraun in https://github.com/django-cms/djangocms-form-builder/pull/21
9+
* fix: Correct send_mail recipients parameter in action.py by @fdik in https://github.com/django-cms/djangocms-form-builder/pull/22
10+
* docs: Update Codecov link in README.rst by @fsbraun in https://github.com/django-cms/djangocms-form-builder/pull/23
11+
* fix: prevent duplicate submit buttons in forms by @earthcomfy in https://github.com/django-cms/djangocms-form-builder/pull/27
12+
13+
* @fdik made their first contribution in https://github.com/django-cms/djangocms-form-builder/pull/22
14+
* @earthcomfy made their first contribution in https://github.com/django-cms/djangocms-form-builder/pull/27
15+
16+
517
0.3.0 (2025-01-07)
618
==================
719

djangocms_form_builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
_ = lambda x: x # noqa: E731
77

88

9-
__version__ = "0.3.0"
9+
__version__ = "0.3.1"
1010

1111
_form_registry = {}
1212

0 commit comments

Comments
 (0)