From 0fcc2b610f6f5fa078ab13844be6373c69edac35 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 25 Feb 2025 08:03:16 +0000 Subject: [PATCH] 1.15.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4281a5..4e371ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 75b498d..99ce9d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [