From b0fc0d325efb3972fe037f2beab6f1cd1401170c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 15 May 2026 11:14:14 +0000 Subject: [PATCH] 3.11.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72525364..018adaeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v3.11.0 (2026-05-15) + +### Bug Fixes + +- Remove device/signal line edit and abstraction layer for combobox/lineEdit + ([`bb6c0bb`](https://github.com/bec-project/bec_widgets/commit/bb6c0bb08fc9802bec0d6b9994a76a5bcf2a3a81)) + +- **scan_control**: Scangroupbox enforce correct device combobox type in correct order + ([`c47b246`](https://github.com/bec-project/bec_widgets/commit/c47b246a9fd5c9aff2512c2744b8ff19c87e6e03)) + +### Features + +- **device_input**: Comboboxes can have line edit like autocomplete + ([`3d934a8`](https://github.com/bec-project/bec_widgets/commit/3d934a8c3825b17319c3cb99750b96042e0bc230)) + +### Refactoring + +- **device_input**: Consolidation of device/signal combobox logic; docsrtings added + ([`daa1ba0`](https://github.com/bec-project/bec_widgets/commit/daa1ba020ce6d05800186d2467a496c1024e8aa5)) + + ## v3.10.0 (2026-05-13) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index b10d5aa5..99b6d9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.10.0" +version = "3.11.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -62,6 +62,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"