diff --git a/CHANGELOG.md b/CHANGELOG.md index 1417291c..e17195ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## v3.12.1 (2026-05-21) + +### Bug Fixes + +- **device_input**: Correct cleanup unsubscribe + ([`56427a7`](https://github.com/bec-project/bec_widgets/commit/56427a7f0c3a89fe847d415c8b45212e663434c4)) + +- **device_input**: Ensure callback is removed after cleanup + ([`d99db7d`](https://github.com/bec-project/bec_widgets/commit/d99db7d04208945b86a39d65022b211ba093caed)) + +- **signal_combobox**: Signature matched for update_signals_from_filters + ([`a976837`](https://github.com/bec-project/bec_widgets/commit/a976837cff612349f2a3f17900903c203bc3d250)) + + ## v3.12.0 (2026-05-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a3565ead..4268361e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.12.0" +version = "3.12.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -65,6 +65,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"