From 85ce2aa13628d0d3bd8193391389477d6735a76c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 29 Jul 2025 13:09:02 +0000 Subject: [PATCH] 2.32.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2892e98..6e88b8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.32.0 (2025-07-29) + +### Features + +- **dock area**: Add screenshot toolbar action + ([`fd5af01`](https://github.com/bec-project/bec_widgets/commit/fd5af0184279400ca6d8e5d2042f31be88d180f3)) + +- **rpc_timeout**: Add decorator to override the rpc timeout + ([`8a214c8`](https://github.com/bec-project/bec_widgets/commit/8a214c897899d0d94d5f262591a001c127d1b155)) + + ## v2.31.3 (2025-07-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 56d725a7..da8ddbd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.31.3" +version = "2.32.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [