From f46ffb14e16f259f29e5cd05d7426f4e1dd169d5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 30 May 2025 11:14:30 +0000 Subject: [PATCH] 2.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39037a96..41205285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # CHANGELOG +## v2.9.0 (2025-05-30) + +### Bug Fixes + +- **DeviceSignalInput**: Improve robustness + ([`91195ae`](https://github.com/bec-project/bec_widgets/commit/91195ae0fdf024daf2daaa4ea2963992b4e40e04)) + +use set for storing filter properties to allow multiple set to true or false + +### Code Style + +- Typing in bec_dispatcher + ([`a6c5c21`](https://github.com/bec-project/bec_widgets/commit/a6c5c21afaa6dcf33ce71027e8730354ee34e3b4)) + +### Documentation + +- Add usage docs for signal label widget + ([`2b9919b`](https://github.com/bec-project/bec_widgets/commit/2b9919bb34a66708f4b910ffc17dc253e9b7f70d)) + +### Features + +- (#569) add signal label widget + ([`822e7d0`](https://github.com/bec-project/bec_widgets/commit/822e7d06ff7479d006ae99942fed5e2c836831ce)) + +add a widget which shows the current value of a signal from BEC. configurable with many properties + in designer. intended for use mainly in static GUIs. + + ## v2.8.4 (2025-05-30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c61e6a50..07862aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.8.4" +version = "2.9.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [