From 1d3e0214fd4382b52bfd495c84c18d55f40a75af Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 14 Apr 2026 07:33:09 +0000 Subject: [PATCH] 3.4.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d7f5ad..4e8f31d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # CHANGELOG +## v3.4.4 (2026-04-14) + +### Bug Fixes + +- Check duplicate stream sub + ([`c7de320`](https://github.com/bec-project/bec_widgets/commit/c7de320ca564264a31b84931f553170f25659685)) + +- Check for duplicate subscriptions in GUIClient + ([`37747ba`](https://github.com/bec-project/bec_widgets/commit/37747babda407040333c6bd04646be9a49e0ee81)) + +- Make gui client registry callback non static + ([`32f5d48`](https://github.com/bec-project/bec_widgets/commit/32f5d486d3fc8d41df2668c58932ae982819b285)) + +- Remove staticmethod subscription + ([`0ff1fdc`](https://github.com/bec-project/bec_widgets/commit/0ff1fdc81578eec3ffc5d4030fca7b357a0b4c2f)) + + ## v3.4.3 (2026-04-13) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c69b611a..8161aad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.4.3" +version = "3.4.4" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [