From 5ca3a0e1d88b7f0b1c69be9f831502ce21859e74 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 10 Sep 2025 12:19:22 +0000 Subject: [PATCH] 1.26.4 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 89baab0..a21f36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v1.26.4 (2025-09-10) + +### Bug Fixes + +- **service config**: Fix service config retrieval for legacy class BECDeviceBase + ([`5f6caf5`](https://github.com/bec-project/ophyd_devices/commit/5f6caf5d4467d1c7b25190dc41a315e2f5bcc954)) + +### Refactoring + +- Add run method which return list of tuple for test + ([`919fbe1`](https://github.com/bec-project/ophyd_devices/commit/919fbe1b15a12ae71678c6931494d43825c5ae99)) + +- **static-decvice-test**: Add test for run_with_list_output + ([`9c9dcec`](https://github.com/bec-project/ophyd_devices/commit/9c9dcecc42785abbc5800590fd3e9ea2ef5c2158)) + + ## v1.26.3 (2025-07-31) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index bf3e8a3..659f55b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.26.3" +version = "1.26.4" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [