From 008c3a223a06de49e5dee87aafe033156c6e75d8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 16 Mar 2026 15:07:04 +0000 Subject: [PATCH] 3.2.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbdde4b..19ce341b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.2.3 (2026-03-16) + +### Bug Fixes + +- Check adding parent for filesystemmodel + ([`b9145d7`](https://github.com/bec-project/bec_widgets/commit/b9145d762cdf946f184834928a6404f21b4802a9)) + +- Refactor client mock with global fakeredis + ([`37a5dc2`](https://github.com/bec-project/bec_widgets/commit/37a5dc2e9eeb447d174f4d7087051672f308c84c)) + +### Continuous Integration + +- Fix path for uploading logs on failure + ([`1351fcd`](https://github.com/bec-project/bec_widgets/commit/1351fcd47b909c1a33cb389c096041eb1449e3d3)) + + ## v3.2.2 (2026-03-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 8c808a0a..c1fed22f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.2.2" +version = "3.2.3" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [