From 3c38ea125102765dc94eacbb0fa5181e330dc21f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 25 Mar 2026 14:17:42 +0000 Subject: [PATCH] 1.35.0 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 ed0a802..161cddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v1.35.0 (2026-03-25) + +### Bug Fixes + +- Add more camera classes to export list + ([`9a9f563`](https://github.com/bec-project/ophyd_devices/commit/9a9f563db71cc0c528f37469c4e36ced8e4a1d22)) + +- Add PeakAnalyserCam to export list + ([`8b80209`](https://github.com/bec-project/ophyd_devices/commit/8b802098d770e5833596c3a93f7242d33fd2235c)) + +### Features + +- Add peakAnalyser driver class + ([`8e64d78`](https://github.com/bec-project/ophyd_devices/commit/8e64d78daaa6d06be68ee8ed224d7e24b6610e16)) + + ## v1.34.4 (2026-03-23) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1a5becf..1884d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.34.4" +version = "1.35.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [