From 1d746c68299ca8bbcdab4eaed35d455ff762702d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 15 Oct 2025 10:36:40 +0000 Subject: [PATCH] 2.41.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d0a97a..b136be29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # CHANGELOG +## v2.41.0 (2025-10-15) + +### Bug Fixes + +- **image_roi**: Delete button added to compact version + ([`ef27de4`](https://github.com/bec-project/bec_widgets/commit/ef27de40ceee8375d95a0f3a8e451b7d05d0ae2c)) + +- **image_roi**: Rois can be removed with right click context menu + ([`37df95e`](https://github.com/bec-project/bec_widgets/commit/37df95ead8d6a07a6c5794a97a486d9f380004cc)) + +### Build System + +- **bec_lib**: Version bump to 3.69.3 + ([`28ac9c5`](https://github.com/bec-project/bec_widgets/commit/28ac9c5cc369bdfa712c70c45591243631c65066)) + +### Features + +- **image_roi_tree**: Compact mode added + ([`c87a6cf`](https://github.com/bec-project/bec_widgets/commit/c87a6cfce9c36588b32f5279e63072bc2646c36f)) + +### Refactoring + +- **serializer**: Upgrade to new serializer interface + ([`3d807ea`](https://github.com/bec-project/bec_widgets/commit/3d807eaa63980fd2bb11661696c4d8548fffde8c)) + +### Testing + +- **deviceconfig-form-update**: Add onFailure default to test + ([`1dd20d5`](https://github.com/bec-project/bec_widgets/commit/1dd20d5986485f3bfe7ee02596ca23027ec4b756)) + + ## v2.40.0 (2025-10-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 759710c5..b6cc228f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.40.0" +version = "2.41.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [