From 0717426db221d5fbd63330bdb8144844ddac8b0a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 7 Aug 2025 13:39:43 +0000 Subject: [PATCH] 2.34.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20585428..866ceb46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # CHANGELOG +## v2.34.0 (2025-08-07) + +### Bug Fixes + +- Plugin widget import machinery + ([`9de5484`](https://github.com/bec-project/bec_widgets/commit/9de548446b9975c0f692757c66ffa07b9a849f15)) + +- lazy import client so plugin widgets can import BECWidgets which use it indirectly - exclude + classes originating from bec_widgets core from plugin discovery - better errors + +- Use better source for plugin repo name + ([`f4af6eb`](https://github.com/bec-project/bec_widgets/commit/f4af6ebc5fabf5b62ec87b580476d93d52690b08)) + +### Features + +- Autoformat compiled file and add docs + ([`a923f12`](https://github.com/bec-project/bec_widgets/commit/a923f12c974192909222fcada9eca97325866d74)) + +- **plugin manager**: Add cli commands + ([`49ac7de`](https://github.com/bec-project/bec_widgets/commit/49ac7decf7d4cf461e6437f7285dc6967ee36d96)) + + ## v2.33.3 (2025-07-31) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5eacaf01..4a964dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.33.3" +version = "2.34.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [