From e0779d9f6aa21eae1d180729bfe642d2df3c01c5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 29 Jun 2026 07:41:37 +0000 Subject: [PATCH] 3.19.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f918def2..b8604538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v3.19.0 (2026-06-29) + +### Features + +- Add support for enabling/disabling experimental features in the app + ([`9282522`](https://github.com/bec-project/bec_widgets/commit/92825223587dbcb0f49d7063eeb9514c60bf4162)) + +- Enable conditional loading of DeveloperView based on experimental features + ([`9ce7e36`](https://github.com/bec-project/bec_widgets/commit/9ce7e360ab93b65ef9e3bb297722864584e92099)) + + ## v3.18.2 (2026-06-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e38d8eb5..d2f6fd1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.18.2" +version = "3.19.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -83,6 +83,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system]