diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a67891..445994a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # 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) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a795a7e..f7b6a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.29.7" +version = "1.30.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [