From 5959fa87debdb468c1079a08d0f1674efbd7cc79 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 6 Feb 2025 15:37:29 +0000 Subject: [PATCH] 1.20.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff201f43..8d71345b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # CHANGELOG +## v1.20.0 (2025-02-06) + +### Features + +- **widget**: Add LogPanel widget + ([`b3217b7`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/b3217b7ca5cabe8798f06787de4ae3f3ec1af3b6)) + +hopefully without segfaults - compared to first implementation: - explicitly set parent of all + dialog components - try/except and log for redis new message callback - pass in ServiceStatusMixin + and explicitly clean it up + + ## v1.19.2 (2025-02-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index bdf93559..542fbe23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.19.2" +version = "1.20.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [