From 6f0182115f62b86d4d90d2fb2049b4a3a4f37c46 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 22 Oct 2024 08:47:26 +0000 Subject: [PATCH] 1.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ab0da6..b61f2117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v1.0.1 (2024-10-22) + +### Bug Fixes + +* fix(waveform): added support for live_data and data access ([`7469c89`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7469c892c8076fc09e61f173df6920c551241cec)) + + ## v1.0.0 (2024-10-18) ### Breaking @@ -157,10 +164,6 @@ is emitted multiple times. ([`f084e25`](https://gitlab.psi.ch/bec/bec_widgets/-/ * refactor: update dap_model also if x and y axis are selected ([`28ee385`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/28ee3856be2c47a63182b16454ece37a0ec04811)) -* refactor: linear_region_selector accepts log_x data ([`7cc0726`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7cc07263982a171744ff87adb10ea77585764b71)) - -* refactor: use accent colors for bec_status_box icons; closes #338 ([`e039304`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e039304fd3ee03dc4a3fa22a69c207139e0c0d28)) - ### Testing * test: add tests for scan_status_callback ([`dc0c825`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/dc0c825fd594c093a24543ff803d6c6564010e92)) diff --git a/pyproject.toml b/pyproject.toml index 05bf0aec..120a6a64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.0.0" +version = "1.0.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [