Skip to content

Commit 1b02ac4

Browse files
committed
Bump version to 0.1.1
1 parent 715a24c commit 1b02ac4

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.1.1 (2021-09-14)
6+
==================
7+
8+
* feat: updated captcha optional til active by @svandeneertwegh in https://github.com/fsbraun/djangocms-form-builder/pull/4
9+
* feat: Allow actions to add form fields for configuration by @fsbraun in https://github.com/fsbraun/djangocms-form-builder/pull/6
10+
* fix: Update converage action by @fsbraun in https://github.com/fsbraun/djangocms-form-builder/pull/10
11+
* feat: move to hatch build process by @fsbraun
12+
* ci: Add tests for registry by @fsbraun in https://github.com/fsbraun/djangocms-form-builder/pull/5
13+
14+
New Contributors
15+
16+
* @svandeneertwegh made their first contribution in https://github.com/fsbraun/djangocms-form-builder/pull/4
517

618
0.1.0 (unreleased)
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
77

88

9-
__version__ = "0.1"
9+
__version__ = "0.1.1"
1010

1111
_form_registry = {}
1212

0 commit comments

Comments
 (0)