diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6ec9c..cddb60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.13.0 (2025-01-22) + +### Features + +- Add sim device for tests that returns device status for stage/unstage + ([`5c02e1e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/5c02e1ecaea2b282e838fcea13c0e18d9beeb10e)) + + ## v1.12.4 (2025-01-22) ### Bug Fixes @@ -180,11 +188,3 @@ It is needed for ND plugins to inspect the asyn pipeline. - Refactored SimCamera write_to_disk option to continously write to h5 file. ([`41c54aa`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/41c54aa851e7fcf22b139aeb041d000395524b7e)) - - -## v1.10.0 (2024-10-22) - -### Features - -- Add test device for return status for stage/unstage - ([`f5ab78e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f5ab78e933c2bbb34c571a72c25a7fc5c2b20e65)) diff --git a/pyproject.toml b/pyproject.toml index 4a2e233..b7fa9e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.12.4" +version = "1.13.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [