Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-12-10 13:35:31 +00:00
parent e7e2b5ed97
commit 6dbe1e1f57
2 changed files with 25 additions and 1 deletions

View File

@@ -1,6 +1,30 @@
# CHANGELOG
## v1.32.4 (2025-12-10)
### Bug Fixes
- **conotroller**: Cleanup names
([`e7e2b5e`](https://github.com/bec-project/ophyd_devices/commit/e7e2b5ed9742c23bac8637c80ca5895841529db6))
- **controller**: Add configurable timeout, en/disable controller axes on on/off
([`2fb64e9`](https://github.com/bec-project/ophyd_devices/commit/2fb64e995e417d5791295dfd1961cdfad2faa6c1))
- **controller**: Cleanup and fix logic for enable/off dependency.
([`ef9568c`](https://github.com/bec-project/ophyd_devices/commit/ef9568cb462c0faac422c7ebf85991117f734473))
### Refactoring
- **controller**: Increase timeout to 20s.
([`80eaae6`](https://github.com/bec-project/ophyd_devices/commit/80eaae6c7c81d3bc12bb28cc549e75ae4131ad09))
### Testing
- **controller**: Mock config_helper for controller off test
([`69bfabc`](https://github.com/bec-project/ophyd_devices/commit/69bfabce358fe48c0336a278795a740e2410c25e))
## v1.32.3 (2025-12-09)
### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ophyd_devices"
version = "1.32.3"
version = "1.32.4"
description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.11"
classifiers = [