From 5acb47532c06609220c83838187e06378c49258d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Jul 2024 08:04:49 +0000 Subject: [PATCH] 0.85.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 0b8f3498..daa4ec48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.85.1 (2024-07-17) + +### Fix + +* fix(waveform): readout_priority dict fixed, not overwritten to 'baseline' key ([`b5b0aa4`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/b5b0aa4f82a998bb0162dc319591e854204a7354)) + ## v0.85.0 (2024-07-16) ### Feature @@ -133,9 +139,3 @@ * fix(waveform): scan_history error check for IndexError ([`dd1875e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/dd1875ea5cc18bcef9aad743347a8accf144c08d)) ## v0.81.1 (2024-07-07) - -### Fix - -* fix(motor_control): temporary remove of motor control widgets ([`99114f1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/99114f14f62202e1fd8bf145616fa8c69937ada4)) - -## v0.81.0 (2024-07-06) diff --git a/pyproject.toml b/pyproject.toml index 4513b00f..dd467349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.85.0" +version = "0.85.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [