From 108b249f1d2043235aa396561eb9e43a97dc384e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 12 May 2026 11:49:27 +0000 Subject: [PATCH] 3.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf34dbd..30997ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # CHANGELOG +## v3.9.0 (2026-05-12) + +### Bug Fixes + +- Test bw-generate-cli + ([`085f9fa`](https://github.com/bec-project/bec_widgets/commit/085f9fa271a0a8e339bff83f235011ac4a9d29ea)) + +- **dock_area**: Icon fetching for toolbar import optimised + ([`79931fa`](https://github.com/bec-project/bec_widgets/commit/79931faf554fd0978c54d6562aa1b5fc4ab823b2)) + +- **jupyter_console_widget**: Widget_handler API fix + ([`6b3cebe`](https://github.com/bec-project/bec_widgets/commit/6b3cebe9cbdb5c02ae2aa14b0f624a51c9c2ca4c)) + +### Features + +- Move to lazy widget import + ([`5cc8242`](https://github.com/bec-project/bec_widgets/commit/5cc82425f07d76e881ae59a121a3af77f227bfee)) + +### Testing + +- Fix available scans endpoint operation + ([`bb1544e`](https://github.com/bec-project/bec_widgets/commit/bb1544ecb70612267e2b03ba041c6f656789d63c)) + + ## v3.8.1 (2026-05-11) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 698717f0..3eae17b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.8.1" +version = "3.9.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -59,6 +59,7 @@ dev = [ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"