Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-12 17:46:11 +00:00
parent be35e249f9
commit 1057db9d76
2 changed files with 13 additions and 1 deletions
+11
View File
@@ -1,6 +1,17 @@
# CHANGELOG
## v3.9.1 (2026-05-12)
### Bug Fixes
- Logpanel fixture overwriting xread
([`3c7834b`](https://github.com/bec-project/bec_widgets/commit/3c7834b492a5d2da13689f58b20caf38dda9ac1d))
- **scan_control**: Restore scan parameters from history are fetched on demand with button
([`acd35a2`](https://github.com/bec-project/bec_widgets/commit/acd35a278660ce4962167af6237b5d12007f0774))
## v3.9.0 (2026-05-12)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.9.0"
version = "3.9.1"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -60,6 +60,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"