From 8e44ca1ad0e672318827ee5da5eb4be03845a21f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 17 Sep 2024 08:13:23 +0000 Subject: [PATCH] 0.112.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++-------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac40f4ed..e849acfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.112.0 (2024-09-17) + +### Feature + +* feat: console: various improvements, auto-adapt rows to widget size, Qt Designer plugin ([`286ad71`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/286ad7196b0b8562d648fb304eab7d759b6a959b)) + ## v0.111.0 (2024-09-17) ### Documentation @@ -151,11 +157,3 @@ * test(vscode): popen call does not have to be the only one ([`39f98ec`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/39f98ec223ba8b59e478ac788c08c59ffe886b4e)) ## v0.102.0 (2024-09-04) - -### Documentation - -* docs(buttons): buttons section of docs split to appearance and queue buttons ([`047aa26`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/047aa26a60220c826cc1375cf81daf11d1f3ab5c)) - -### Fix - -* fix(queue_reset_button): queue reset has to be confirmed with msgBox ([`9dd43aa`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/9dd43aa1fd3991368002605df4389a7a7271011b)) diff --git a/pyproject.toml b/pyproject.toml index 05594099..2682b909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.111.0" +version = "0.112.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [