From d3f85060ca556ce0a4792f28926d22232f19f9f0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 8 Jul 2024 14:23:59 +0000 Subject: [PATCH] 0.82.2 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 7b903c8c..9e5cce10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.82.2 (2024-07-08) + +### Fix + +* fix(rpc_server): pass cli config to server ([`90178e2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/90178e2f61fa9dac7d82c0d0db40a9767bb133e6)) + ## v0.82.1 (2024-07-07) ### Fix @@ -132,10 +138,6 @@ ## v0.77.0 (2024-07-02) -### Feature - -* feat(bec_connector): export config to yaml ([`a391f30`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a391f3018c50fee6a4a06884491b957df80c3cd3)) - ### Fix * fix(waveform): scatter 2D brush error ([`215d59c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/215d59c8bfe7fda9aff8cec8353bef9e1ce2eca1)) @@ -143,5 +145,3 @@ * fix(figure): API cleanup ([`008a33a`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/008a33a9b192473cc58e90cd6d98c5bcb5f7b8c0)) * fix(figure): if/else logic corrected in subplot_factory ([`3e78723`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/3e787234c7274b0698423d7bf9a4c54ec46bad5f)) - -* fix(image): processing of already displayed data; closes #106 ([`1173510`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/1173510105d2d70d7e498c2ac1e122cea3a16597)) diff --git a/pyproject.toml b/pyproject.toml index 77d4db2c..1a25859d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.82.1" +version = "0.82.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [