From 58f89e52986387a4a5620070e8bf1053ad3dac91 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 19 Dec 2024 14:06:12 +0000 Subject: [PATCH] 1.12.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++---------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331e325..93f9c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.12.0 (2024-12-19) + +### Features + +- **tests**: Added simulated device for testing disconnected iocs + ([`6cd4044`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/6cd404434d5ef50b76c566b9f44be26d48fcc2dd)) + + ## v1.11.1 (2024-12-10) ### Bug Fixes @@ -174,13 +182,3 @@ It is needed for ND plugins to inspect the asyn pipeline. ## v1.9.2 (2024-09-05) - -### Bug Fixes - -- Change inheritance for simmonitor from device to signal - ([`a675420`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/a6754208a0991f8ccf546cbb2bee015f6daecb93)) - -### Refactoring - -- Bodge to make simmonitor compatible with tests; to be removed asap - ([`9d9a5fe`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/9d9a5fe305981f845c87e3417dd1072d2b8692b0)) diff --git a/pyproject.toml b/pyproject.toml index 9dc29c7..a52bbe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.11.1" +version = "1.12.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [