From 713653a4a5f9b07277ca85d2e905fe8dbfa93bb1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 22 May 2025 09:59:13 +0000 Subject: [PATCH] 2.5.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfeb1b6..c169d714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.5.3 (2025-05-22) + +### Bug Fixes + +- **server**: Simplefilelikefromlogoutputfunc added encoding for stdout + ([`bcab66b`](https://github.com/bec-project/bec_widgets/commit/bcab66b1871fcb522a99859bde0c35bda2570e3a)) + +### Continuous Integration + +- Reusable actions for installing bec widgets + ([`a345253`](https://github.com/bec-project/bec_widgets/commit/a345253c6e6ca7e4dba710b91c39cba0085251e5)) + + ## v2.5.2 (2025-05-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4bdc190d..b812970f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.5.2" +version = "2.5.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [