From ce11d1382cf46e655805d24eb538aa14e2a7167b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 11 Dec 2024 16:19:31 +0000 Subject: [PATCH] 1.11.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 ++++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f644d3f9..901fd7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## v1.11.0 (2024-12-11) + +### Features + +- **collapsible_panel_manager**: Panel manager to handle collapsing and expanding widgets from the + main widget added + ([`a434d3e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a434d3ee574081356c32c096d2fd61f641e04542)) + +### Testing + +- **collapsible_panel_manager**: Fixture changed to not use .show() + ([`ff654b5`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ff654b56ae98388a2b707c040d51220be6cbce13)) + + ## v1.10.0 (2024-12-10) ### Features @@ -197,16 +211,3 @@ Depending on the test, auto-updates are enabled or not. - **crosshair**: Label of coordinates of TextItem displays numbers in general format ([`11e5937`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/11e5937ae0f3c1413acd4e66878a692ebe4ef7d0)) - -- **crosshair**: Label of coordinates of TextItem is updated according to the current theme of qapp - ([`4f31ea6`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f31ea655cf6190e141e6a2720a2d6da517a2b5b)) - -### Features - -- **crosshair**: Textitem to display crosshair coordinates - ([`035136d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/035136d5171ec5f4311d15a9aa5bad2bdbc1f6cb)) - -### Testing - -- **crosshair**: Tests extended - ([`64df805`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/64df805a9ed92bb97e580ac3bc0a1bbd2b1cb81e)) diff --git a/pyproject.toml b/pyproject.toml index d71abdb3..e6c8edc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.10.0" +version = "1.11.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [