From ade65dd629c82b219e6d9c665838647edddb5d37 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 23 Jan 2026 16:50:22 +0000 Subject: [PATCH] 2.45.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02674bd0..c8a9b3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v2.45.14 (2026-01-23) + +### Bug Fixes + +- **bec_status**: Adjust bec status widget to info and version signature + ([`709ffd6`](https://github.com/bec-project/bec_widgets/commit/709ffd6927dceb903cbd0797fc162e56aef378c1)) + +### Continuous Integration + +- Use auth.token instead of login_or_token + ([`0349c87`](https://github.com/bec-project/bec_widgets/commit/0349c872612ab0506e5662b813e78200a76d7590)) + +### Testing + +- **device config**: Validate against pydantic + ([`de8fe3b`](https://github.com/bec-project/bec_widgets/commit/de8fe3b5f503ace17b0064d2ce9f54662b0fb77e)) + +- **scan control**: Avoid strict length comparisons + ([`d577fac`](https://github.com/bec-project/bec_widgets/commit/d577fac02fed11b2b1c44704c04fd111c2fed1d3)) + + ## v2.45.13 (2025-12-17) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 03fcaa33..be3924bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.45.13" +version = "2.45.14" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [