From 8f2f42f818028f1f8e1cb3af5723cb65857ff9f2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 24 Mar 2025 19:00:17 +0000 Subject: [PATCH] 1.25.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2a90ca..cce5f045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # CHANGELOG +## v1.25.1 (2025-03-24) + +### Bug Fixes + +- **positioner_box**: Fixed motor moving flags for spinner + ([`be274a1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/be274a10fc76528e1e5d6b309678c7fb4e9b890e)) + +- **positioner_box**: If possible tweak should use the current setpoint instead of the readback + ([`e5c9dd2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e5c9dd288c571d29722497a2d40b000d1cffb475)) + +### Continuous Integration + +- Add e2e job for pre_release branches + ([`d86ef4e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/d86ef4e763b321b1c82be71c9f275abb610fed06)) + +- Fix conda channels for PSI policy change + ([`6cf39b3`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6cf39b3796f850294705465adfaf6ad25a71461f)) + + ## v1.25.0 (2025-03-07) ### Features diff --git a/pyproject.toml b/pyproject.toml index b4539cb8..a2061230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.25.0" +version = "1.25.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [