mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 19:27:59 +02:00
1.22.1
Automatically generated by python-semantic-release
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
|
@ -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 = [
|
||||
|
Reference in New Issue
Block a user