Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-21 11:40:02 +00:00
parent d99db7d042
commit ab6a1aecc1
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -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
+2 -1
View File
@@ -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"