From 6cd7ff6ef7dd41762af3a4daf5cc401fb335b20e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 14 Jan 2025 15:59:04 +0000 Subject: [PATCH] 1.16.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90cfdaa3..be2391c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # 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) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d398018b..6c86dd8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.15.1" +version = "1.16.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [