mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-10 05:20:42 +02:00
1.21.0
Automatically generated by python-semantic-release
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v1.21.0 (2025-06-04)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **bec_signals**: Fix validation of async signals
|
||||||
|
([`b76acfe`](https://github.com/bec-project/ophyd_devices/commit/b76acfebb46398c398ec41786f8a38b7544e4aba))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add async signal to test device
|
||||||
|
([`0ed4b8d`](https://github.com/bec-project/ophyd_devices/commit/0ed4b8dea13ed26441c83d074df1eca79f34ac7c))
|
||||||
|
|
||||||
|
|
||||||
## v1.20.0 (2025-06-03)
|
## v1.20.0 (2025-06-03)
|
||||||
|
|
||||||
### Continuous Integration
|
### Continuous Integration
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ophyd_devices"
|
name = "ophyd_devices"
|
||||||
version = "1.20.0"
|
version = "1.21.0"
|
||||||
description = "Custom device implementations based on the ophyd hardware abstraction layer"
|
description = "Custom device implementations based on the ophyd hardware abstraction layer"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user