From 1e6659c37996619d72f31dc47d4ea145f87097e8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 7 Nov 2024 23:02:01 +0000 Subject: [PATCH] 1.3.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 +++++++++++------------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f118a689..111a8d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v1.3.3 (2024-11-07) + +### Bug Fixes + +* fix(scan_control): DeviceLineEdit kwargs readings changed to get name of the positioner ([`5fabd4b`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5fabd4bea95bafd2352102686357cc1db80813fd)) + +### Documentation + +* docs: update outdated text in docs ([`4f0693c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f0693cae34b391d75884837e1ae6353a0501868)) + + ## v1.3.2 (2024-11-05) ### Bug Fixes @@ -157,16 +168,3 @@ if the widget should expand in-place ([`e4121a0`](https://gitlab.psi.ch/bec/bec_ ## v0.116.0 (2024-10-11) - -### Features - -* feat: UI changes to have top toolbar with compact popup widgets (fix issue #360) ([`499b6b9`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/499b6b9a12efd931b5728b519404c41a7e29e4d6)) - -* feat: adapt BECQueue and BECStatusBox widgets to use CompactPopupWidget ([`94ce92f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/94ce92f5b054d25ea3bb7976c1f75e14b78b9edc)) - -* feat: add 'CompactPopupWidget' container widget - -Makes it easy to write widgets which can have a compact -representation with LED-like global state indicator, -with the possibility to display a popup dialog with more -complete UI ([`49268e3`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/49268e3829406d70b09e4d88989812f5578e46f4)) diff --git a/pyproject.toml b/pyproject.toml index 720d10bb..a6952ce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.3.2" +version = "1.3.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [