From 13ae38345562a123237aab9c008aea7e9704165a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 27 Aug 2024 07:28:40 +0000 Subject: [PATCH] 0.99.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 30 ++++++------------------------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2ee489..de16bd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.99.1 (2024-08-27) + +### Fix + +* fix(crosshair): emit all crosshair events, not just line coordinates ([`2265458`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2265458dcc57970db18c62619f5877d542d72e81)) + ## v0.99.0 (2024-08-25) ### Documentation @@ -147,27 +153,3 @@ ### Test * test: added test for device browser ([`e870e5b`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e870e5ba083c61df581c9c0305adabe72967f997)) - -## v0.94.7 (2024-08-20) - -### Fix - -* fix: formatting of stdout, stderr captured text for logger ([`939f834`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/939f834a26ddbac0bdead0b60b1cdf52014f182f)) - -## v0.94.6 (2024-08-14) - -### Fix - -* fix(server): emit heartbeat with state ([`bc2abe9`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/bc2abe945fb5adeec89ed5ac45e966db86ce6ffc)) - -## v0.94.5 (2024-08-14) - -### Build - -* build: increased min version of bec to 2.21.4 - -Since we now rely on reusing the BECClient singleton, we need the fix introduced with 2.21.4 in BEC. ([`4f96d0e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f96d0e4a14edc4b2839c1dddeda384737dc7a8a)) - -### Fix - -* fix(rpc): use client singleton instead of dispatcher ([`ea9240d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ea9240d2f71931082f33fb6b68231469875c3d63)) diff --git a/pyproject.toml b/pyproject.toml index d74d9eb9..6c60c9cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.99.0" +version = "0.99.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [