Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-06-04 13:21:45 +00:00
parent 0ed4b8dea1
commit c1aaf2afaf
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,19 @@
# 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)
### Continuous Integration

View File

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