From a2b430ae50d4eb28ebba1a5e3d6c7f558c5e7b36 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 8 Jul 2025 05:33:26 +0000 Subject: [PATCH] 1.25.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6295c..72cf6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # CHANGELOG +## v1.25.0 (2025-07-08) + +### Continuous Integration + +- Add bec pipeline to ophyd_devices + ([`be3efc8`](https://github.com/bec-project/ophyd_devices/commit/be3efc8ce0624e446c8a3f30c902fd36be86b8c8)) + +- **plugin-repo**: Run workflow for plugin repositories + ([`295a5e0`](https://github.com/bec-project/ophyd_devices/commit/295a5e0d97ff1a9f5d1569e08f844dce81687ce2)) + +### Features + +- **#118**: Add a flexible positioner class + ([`af35c1e`](https://github.com/bec-project/ophyd_devices/commit/af35c1ef1d4f5a543c3ec57ed3e7a795867872dd)) + +- **#118**: Forward soft limits to soft signals + ([`a2d8c49`](https://github.com/bec-project/ophyd_devices/commit/a2d8c4932d025c94fb5a025224420588f3915472)) + +- **#118**: Resolve from put completion + test + ([`1b18663`](https://github.com/bec-project/ophyd_devices/commit/1b18663df60fffc066e1e1b4fc3a8d79ee172838)) + +- **#118**: Resolve move status from readback val + ([`8d37c77`](https://github.com/bec-project/ophyd_devices/commit/8d37c77ee88d858223d69a6661fc9d9cc6b1b13f)) + + ## v1.24.0 (2025-06-24) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 359649c..2c0e51e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.24.0" +version = "1.25.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [