mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-08-02 20:28:17 +02:00
1.42.0
Automatically generated by python-semantic-release
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user