Skip to content

Commit 0a05e0b

Browse files
committed
chore: bump version to 0.49.0
1 parent e10a38f commit 0a05e0b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.49.0] - 2026-04-01
11+
12+
### Added
13+
- **Visual workflow builder parity expanded** — The builder now supports workflow track selection, workflow/stage trigger conditions, notification rules, ordered stage approval groups, and approval-only stage fields without dropping into Django Admin.
14+
15+
### Changed
16+
- **Visual workflow builder UX and validation pass** — Added inline validation summaries, node-level warnings/errors, safer save feedback, and backend validation for common builder misconfigurations such as missing approver sources, duplicate approval-only fields, and invalid notification cadence settings.
17+
1018
## [0.48.0] - 2026-04-01
1119

1220
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
66
[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
77
[![Django Version](https://img.shields.io/badge/django-5.2%2B-green)](https://www.djangoproject.com/)
8-
[![Version](https://img.shields.io/badge/version-0.48.0-orange)](https://github.com/opensensor/django-forms-workflows)
8+
[![Version](https://img.shields.io/badge/version-0.49.0-orange)](https://github.com/opensensor/django-forms-workflows)
99

1010
## Overview
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-forms-workflows"
3-
version = "0.48.0"
3+
version = "0.49.0"
44
description = "Enterprise-grade, database-driven form builder with approval workflows and external data integration"
55
license = "LGPL-3.0-only"
66
readme = "README.md"

0 commit comments

Comments
 (0)