Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-02-25 08:03:16 +00:00
parent 8ed3f37b14
commit 0fcc2b610f
2 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,24 @@
# CHANGELOG
## v1.15.0 (2025-02-25)
### Features
- **psi_device_base**: Add psi_device_base
([`ac4f0c5`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/ac4f0c5af7c58927c6b1725934ef98cb400d4b3f))
### Refactoring
- Cleanup
([`b75207b`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/b75207b7c0955c4d11e9694b8c19698f5b2d89ca))
### Testing
- **psi-device-base-utils**: Add tests for task handler
([`8ed3f37`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/8ed3f37b1400165313a0df04e3f11176837913b3))
## v1.14.1 (2025-02-21)
### Bug Fixes

View File

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