From e3121be484b801d07d979e3dbbe30cdf4e93a0c6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 24 Jun 2025 13:42:42 +0000 Subject: [PATCH] 1.24.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 1e088c9..3c6295c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v1.24.0 (2025-06-24) + +### Bug Fixes + +- Formatter + ([`b02c2d2`](https://github.com/bec-project/ophyd_devices/commit/b02c2d243ea50ba2fde9ca53fdb591aa1d457086)) + +### Features + +- Undulator gap control + ([`3405e04`](https://github.com/bec-project/ophyd_devices/commit/3405e043b1bc21406c69b0dbb4eddc3db7d3bea3)) + +### Testing + +- **undulator**: Add test for deadband logic + ([`0c3c72f`](https://github.com/bec-project/ophyd_devices/commit/0c3c72fb4bf0e450135c5eddaca9a6b0203d25c7)) + + ## v1.23.0 (2025-06-17) ### Features diff --git a/pyproject.toml b/pyproject.toml index 34c56bc..359649c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.23.0" +version = "1.24.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [