Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-06-17 08:15:40 +00:00
parent 7e92b6c63e
commit 3c3a163137
2 changed files with 20 additions and 1 deletions

View File

@ -1,6 +1,25 @@
# CHANGELOG
## v1.23.0 (2025-06-17)
### Features
- Add custom status, CompareStatus and TargetStatus for easier signal value comparison
([`d092b8b`](https://github.com/bec-project/ophyd_devices/commit/d092b8b51afb8b8f4aad5f98e8b6372bed546cce))
### Refactoring
- Refactored compare and transition state
([`20eb5dd`](https://github.com/bec-project/ophyd_devices/commit/20eb5dd83fd5e6774e035f89cb9fad0f6aa368c6))
- **psi-signals**: Import bec signals on top level of ophyd_devices
([`21251c3`](https://github.com/bec-project/ophyd_devices/commit/21251c3afed3233ba0c96486577a6b853cd16de3))
- **transition-status**: Update docstrings, add test for string transition status
([`7e92b6c`](https://github.com/bec-project/ophyd_devices/commit/7e92b6c63e18046e690363206a1851428e8b547a))
## v1.22.1 (2025-06-17)
### Bug Fixes

View File

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