Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-13 20:33:34 +00:00
parent e78ec1c814
commit 081d218fbe
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.30.0 (2025-11-13)
### Build System
- **bec**: Update min dependency to 3.74
([`e78ec1c`](https://github.com/bec-project/ophyd_devices/commit/e78ec1c814eacb67c182460d14147509da331947))
### Features
- **bec signals**: Validate async updates
([`c84a8c2`](https://github.com/bec-project/ophyd_devices/commit/c84a8c290268e676f3aaf170ad4fa325cffaefb2))
## v1.29.7 (2025-11-13) ## v1.29.7 (2025-11-13)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.29.7" version = "1.30.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.11" requires-python = ">=3.11"
classifiers = [ classifiers = [