From 70a966d8dc6062759b1f2e357b7e1e7e353fffa0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 29 Jun 2024 12:17:00 +0000 Subject: [PATCH] 0.76.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b5d01e..a451646d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.76.1 (2024-06-29) + +### Fix + +* fix(plugins): fixes and tests for auto-gen plugins ([`c42511d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c42511dd44cc13577e108a6cef3166376e594f54)) + ## v0.76.0 (2024-06-28) ### Feature @@ -124,10 +130,6 @@ ## v0.71.0 (2024-06-23) -### Feature - -* feat(scan_group_box): scan box for args and kwargs separated from ScanControlGUI code ([`d8cf441`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/d8cf44134c30063e586771f9068947fef7a306d1)) - ### Fix * fix(cleanup): cleanup added to device_input widgets and scan_control ([`8badb6a`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8badb6adc1d003dbf0b2b1a800c34821f3fc9aa3)) @@ -140,8 +142,6 @@ * fix(scan_control): only scans with defined gui_config are allowed ([`6dff187`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6dff1879c4178df0f8ebfd35101acdebb028d572)) -* fix(WidgetIO): find handlers within base classes ([`ca85638`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ca856384f380dabf28d43f1cd48511af784c035b)) - ### Test * test(scan_control): tests added ([`56e74a0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/56e74a0e7da72d18e89bc30d1896dbf9ef97cd6b)) diff --git a/pyproject.toml b/pyproject.toml index 64bd28bc..5b6ba6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.76.0" +version = "0.76.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [