Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-06-17 06:18:47 +00:00
parent 000b32d6a9
commit 67921d04bc
2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,20 @@
# CHANGELOG
## v1.22.1 (2025-06-17)
### Bug Fixes
- **dxp**: Fix multiple signals marked as trigger_signals for dxp Falcon, but ophyd only supports 1
trigger signal
([`fb58ed5`](https://github.com/bec-project/ophyd_devices/commit/fb58ed50d51c10d2af8ce52139e9630af6cb611b))
### Testing
- **xmap**: Add test for xmap triggering
([`000b32d`](https://github.com/bec-project/ophyd_devices/commit/000b32d6a95042d2d8f0a83f66da38d99929380f))
## v1.22.0 (2025-06-16)
### Bug Fixes

View File

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