From c1d5069a489e2172c7d4a7890ff3b622b399f30a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 1 May 2026 15:15:58 +0000 Subject: [PATCH] 3.8.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 7104e02d..d5596093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.8.0 (2026-05-01) + +### Bug Fixes + +- **dock_area**: Change to show_dialo=False for CLI profile baseline restore + ([`0b1f0b4`](https://github.com/bec-project/bec_widgets/commit/0b1f0b4c262ff31469b7114b9f00bf0a7b85e8f2)) + +- **dock_area**: Cli call load_profile has restore_baseline kwarg + ([`cc82597`](https://github.com/bec-project/bec_widgets/commit/cc825972c202cd9ded32f8b2d1ce5f822c2ebdba)) + +### Features + +- **dock_area**: Add CLI restore current profile from baseline with optional confirmation dialog + ([`17865a2`](https://github.com/bec-project/bec_widgets/commit/17865a2c338a4a1f944659dde4ec05c25a8dd963)) + + ## v3.7.3 (2026-05-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e9954c32..52f995f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.7.3" +version = "3.8.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [