Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-06-26 10:48:50 +00:00
parent 6ca27afa9c
commit e620c877a1
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -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
View File
@@ -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"