From e620c877a1d626d9403c2a576d6ae0b7d364dee2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 26 Jun 2026 10:48:47 +0000 Subject: [PATCH] 1.42.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a482436..aa9a199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.42.0 (2026-06-26) + +### Bug Fixes + +- **controller**: Enhance error handling in retry_once decorator with traceback logging + ([`6ca27af`](https://github.com/bec-project/ophyd_devices/commit/6ca27afa9cc6277fcf838b07fb2cbe6149e2ba0c)) + +### Features + +- **controller**: Add command history tracking for socket communication + ([`4f3ea9d`](https://github.com/bec-project/ophyd_devices/commit/4f3ea9db84b398c472b4167e4eb8f5dba4aafd0b)) + + ## v1.41.7 (2026-06-25) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1aa7d69..b99ef52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.41.7" +version = "1.42.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [ @@ -54,6 +54,7 @@ dev = [ + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"