Skip to content

Commit e7ef8a3

Browse files
author
semantic-release
committed
3.3.1
Automatically generated by python-semantic-release
1 parent 90222f3 commit e7ef8a3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v3.3.1 (2026-03-20)
5+
6+
### Bug Fixes
7+
8+
- **dap_combobox**: Added safeguard for no DAP models
9+
([`79af15a`](https://github.com/bec-project/bec_widgets/commit/79af15a88b993cd5b6bf730796f995f20cf6f188))
10+
11+
- **dap_combobox**: Rewritten as proper combobox
12+
([`90222f3`](https://github.com/bec-project/bec_widgets/commit/90222f30821f822eb24b0179401d4e43050e0156))
13+
14+
415
## v3.3.0 (2026-03-20)
516

617
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_widgets"
7-
version = "3.3.0"
7+
version = "3.3.1"
88
description = "BEC Widgets"
99
requires-python = ">=3.11"
1010
classifiers = [

0 commit comments

Comments
 (0)