From b467b29f77d1648fe7bba89cbbc3a4abb3cbf7b6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 10 Dec 2024 19:59:51 +0000 Subject: [PATCH] 1.10.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++------ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bbbcca..f644d3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.10.0 (2024-12-10) + +### Features + +- **layout_manager**: Grid layout manager widget + ([`17a63e3`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/17a63e3b639ecf6b41c379717d81339b04ef10f8)) + + ## v1.9.1 (2024-12-10) ### Bug Fixes @@ -193,9 +201,6 @@ Depending on the test, auto-updates are enabled or not. - **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)) -- **crosshair**: Log is separately scaled for backend logic and for signal emit - ([`b2eb71a`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/b2eb71aae0b6a7c82158f2d150ae1e31411cfdeb)) - ### Features - **crosshair**: Textitem to display crosshair coordinates @@ -205,6 +210,3 @@ Depending on the test, auto-updates are enabled or not. - **crosshair**: Tests extended ([`64df805`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/64df805a9ed92bb97e580ac3bc0a1bbd2b1cb81e)) - - -## v1.3.3 (2024-11-07) diff --git a/pyproject.toml b/pyproject.toml index a8a854c3..d71abdb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.9.1" +version = "1.10.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [