From c4d4b7884670af17f17cc2703f4791fa8e36c758 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 20 May 2026 09:04:43 +0000 Subject: [PATCH] 3.12.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3ac28e..1417291c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # CHANGELOG +## v3.12.0 (2026-05-20) + +### Bug Fixes + +- **scan-control**: Filter out private scans from allowed scans + ([`2dc0227`](https://github.com/bec-project/bec_widgets/commit/2dc0227d38f0e217e252a5e5751bafd60363a5a4)) + +- **scan-control**: Hide hidden scan arguments + ([`2d8e1ee`](https://github.com/bec-project/bec_widgets/commit/2d8e1eed4d6503c42a38c8de910ddaa54132405d)) + +- **scan-control**: Reject unsupported scan input types + ([`3b579e7`](https://github.com/bec-project/bec_widgets/commit/3b579e740f36c60c3635681a9b2c35b518498f58)) + +- **scan-control**: Skip duplicate visible scan kwargs + ([`b8740c9`](https://github.com/bec-project/bec_widgets/commit/b8740c95941d36102f07a51d74a50e6f262a6646)) + +### Features + +- Add support for new scan signatures including units + ([`d5bf10e`](https://github.com/bec-project/bec_widgets/commit/d5bf10e21682ae8270078c7858a036bafbabf10e)) + + ## v3.11.1 (2026-05-18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2114ea00..a3565ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.11.1" +version = "3.12.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -64,6 +64,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"