0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-01-14 15:59:04 +00:00
parent 0fd5dd5a26
commit 6cd7ff6ef7
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
# CHANGELOG # CHANGELOG
## v1.16.0 (2025-01-14)
### Bug Fixes
- **e2e**: Num of elements to wait for scan fixed to steps requested in the scan
([`0fd5dd5`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/0fd5dd5a264beb93690365ad8befa34cfdd296d0))
- **toolbar**: Adjusted to future plot base
([`508abfa`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/508abfa8a5a31829bdfd5853e967f5ac668d8d8d))
### Features
- **modular_toolbar**: Context menu and action bundles
([`001e6fc`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/001e6fc807667187807656a55ab58e3b2f17c9ca))
## v1.15.1 (2025-01-13) ## v1.15.1 (2025-01-13)
### Bug Fixes ### Bug Fixes

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "bec_widgets" name = "bec_widgets"
version = "1.15.1" version = "1.16.0"
description = "BEC Widgets" description = "BEC Widgets"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [