From 012f7cf97087b62ae2b119db8eb47e53a7dd324c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 22 Jul 2025 14:24:42 +0000 Subject: [PATCH] 2.30.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 315ea5b4..da7f7442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,39 @@ # CHANGELOG +## v2.30.0 (2025-07-22) + +### Bug Fixes + +- **device_browser**: Display signal for signals + ([`3384ca0`](https://github.com/bec-project/bec_widgets/commit/3384ca02bdb5a2798ad3339ecf3e2ba7c121e28f)) + +- **device_signal_display**: Don't read omitted + ([`b9af36a`](https://github.com/bec-project/bec_widgets/commit/b9af36a4f1c91e910d4fc738b17b90e92287a7e3)) + +- **signal_label**: Rewrite reading selection logic + ([`cd17a4a`](https://github.com/bec-project/bec_widgets/commit/cd17a4aad905296eb0460ecc27e5920f5c2e8fe5)) + +- **signal_label**: Show all signals by default + ([`22beadc`](https://github.com/bec-project/bec_widgets/commit/22beadcad061b328c986414f30fef57b64bad693)) + +- **signal_label**: Update signal from dialog correctly + ([`959cedb`](https://github.com/bec-project/bec_widgets/commit/959cedbbd5a123eef5f3370287bf6476c48caab9)) + +- **signal_label**: Use read() instead of get() for init + ([`f0dc992`](https://github.com/bec-project/bec_widgets/commit/f0dc99258607a5cc8af51686d01f7fd54ae2779f)) + +### Chores + +- Update client.py + ([`fd1f994`](https://github.com/bec-project/bec_widgets/commit/fd1f9941e046b7ae1e247dde39c20bcbc37ac189)) + +### Features + +- **signal_label**: Property to display array data or not + ([`ca4f975`](https://github.com/bec-project/bec_widgets/commit/ca4f97503bf06363e8e8a5d494a9857223da4104)) + + ## v2.29.0 (2025-07-22) ### Features diff --git a/pyproject.toml b/pyproject.toml index 24586c97..5d1c4f13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.29.0" +version = "2.30.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [