diff --git a/CHANGELOG.md b/CHANGELOG.md index bef73440..4bd84ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v3.3.1 (2026-03-20) + +### Bug Fixes + +- **dap_combobox**: Added safeguard for no DAP models + ([`79af15a`](https://github.com/bec-project/bec_widgets/commit/79af15a88b993cd5b6bf730796f995f20cf6f188)) + +- **dap_combobox**: Rewritten as proper combobox + ([`90222f3`](https://github.com/bec-project/bec_widgets/commit/90222f30821f822eb24b0179401d4e43050e0156)) + + ## v3.3.0 (2026-03-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 17b81991..ddfdd502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.3.0" +version = "3.3.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [