From 42f6cb6ed31537447b1aaaf688c6cc2aa5a6b02f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 26 Feb 2025 17:41:57 +0000 Subject: [PATCH] 1.15.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e371ef..5ae7833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.15.1 (2025-02-26) + +### Bug Fixes + +- Remove metadata updates on ScanStatusMessage + ([`0659ec0`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/0659ec01d16a826e5479328fe35f8fabffcf495f)) + + ## v1.15.0 (2025-02-25) ### Features diff --git a/pyproject.toml b/pyproject.toml index 99ce9d7..ec55ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.15.0" +version = "1.15.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [