From 8b013d5dce348bd81ae670f99c5b0fc8909d57e7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 18 Aug 2025 10:45:09 +0000 Subject: [PATCH] 2.36.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da4118f..76fbeb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.36.0 (2025-08-18) + +### Features + +- **scan control**: Add support for literals + ([`f2e5a85`](https://github.com/bec-project/bec_widgets/commit/f2e5a85e616aa76d4b7ad3b3c76a24ba114ebdd1)) + + ## v2.35.0 (2025-08-14) ### Build System diff --git a/pyproject.toml b/pyproject.toml index b9bce71d..1c486272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.35.0" +version = "2.36.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [