Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-12-19 14:06:12 +00:00
parent 6cd404434d
commit 58f89e5298
2 changed files with 9 additions and 11 deletions

View File

@ -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))

View File

@ -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 = [