From 41296b54711fd49cdae543cdaf9fdcf61ef9ee9b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 20 May 2025 14:37:23 +0000 Subject: [PATCH] 2.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a27981a..0662364a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.5.0 (2025-05-20) + +### Continuous Integration + +- Try uv for test env setup + ([`6ee0f50`](https://github.com/bec-project/bec_widgets/commit/6ee0f5004d6c840a31a9394f5d1610f635e9b83b)) + +### Features + +- **image_rois**: Image rois with RPC can be added to Image widget + ([`1d018e8`](https://github.com/bec-project/bec_widgets/commit/1d018e863ca0cdb3274002cf35d69a6961aaf07d)) + + ## v2.4.3 (2025-05-19) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3392936a..fe52df0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.4.3" +version = "2.5.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [