From 46e14852156d6b252399839135dec8df5ce76a11 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 21 Oct 2025 09:05:31 +0000 Subject: [PATCH] 1.28.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index defeb25..ca0037d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v1.28.0 (2025-10-21) + +### Bug Fixes + +- **psi-detector-base**: Add test for interface + ([`be539f3`](https://github.com/bec-project/ophyd_devices/commit/be539f3ca98725af158ae865d78e8042a020f192)) + +### Features + +- Add device-config-templates to interfaces + ([`f96632f`](https://github.com/bec-project/ophyd_devices/commit/f96632f8b476f13d6a106e1d282664bc72c40db6)) + +### Testing + +- **device-config-templates**: Add tests for device config template + ([`c6d3ece`](https://github.com/bec-project/ophyd_devices/commit/c6d3ecedcb80f9ff9b0b55730583a6637a1a7986)) + + ## v1.27.0 (2025-10-15) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1638aa2..5ba8918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.27.0" +version = "1.28.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [