Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-07-24 06:54:26 +00:00
parent ca6d96e25b
commit 686a44964b
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# CHANGELOG
## v1.7.1 (2024-07-24)
### Fix
* fix: add run._subs SUB_VALUE to settable signal put method ([`ca6d96e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/ca6d96e25b4a2d5011c0882e512b84e16cf7b264))
## v1.7.0 (2024-07-10)
### Feature
@ -142,8 +148,6 @@ hd5plugin import has the side effect of installing LZ4 codec ([`55ea6a1`](https:
* docs: Update device list ([`f9b126c`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f9b126c60ce710fba221ffb208d66541b8264c0b))
* docs: Update device list ([`be25cba`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/be25cbae92540b074bb4533331656d20a049a809))
### Feature
* feat: add async monitor, add on_complete to psi_det_base and rm duplicated mocks, closes #67 ([`1aece61`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/1aece61a3b09267f87f0771b163a5d07b4549eff))
@ -152,8 +156,6 @@ hd5plugin import has the side effect of installing LZ4 codec ([`55ea6a1`](https:
* refactor: add .wait() to set methods ([`7334925`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/73349257ee0228a9563051d4f8e0bf5f7e6b551f))
* refactor: removed deprecated devices ([`8ef6d10`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/8ef6d10eb759e6ce874ddf05a38c586e9475eed3))
### Test
* test: add tests for new device ([`c554422`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c5544226be3f12d238a0793a0f41da07af36e460))

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ophyd_devices"
version = "1.7.0"
version = "1.7.1"
description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.10"
classifiers = [