diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a021f9..e14f6376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v3.5.1 (2026-04-20) + +### Bug Fixes + +- Don't assume attr exists if we timed out waiting for it + ([`f7a1ee4`](https://github.com/bec-project/bec_widgets/commit/f7a1ee49a42c58ba315c8957b45a80d862ffe745)) + +### Refactoring + +- Don't import real widgets in client + ([`8e51c1a`](https://github.com/bec-project/bec_widgets/commit/8e51c1adb6a7658c54846794cf97b774cbac2193)) + + ## v3.5.0 (2026-04-14) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3ef4c495..8f2b4c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.5.0" +version = "3.5.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [