From 8e76ad63cbf53b77e4eae685ca33266238273966 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 3 Jun 2025 13:00:54 +0000 Subject: [PATCH] 1.20.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b19ec..5a53d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v1.20.0 (2025-06-03) + +### Continuous Integration + +- Add issue sync to bec project + ([`e47472d`](https://github.com/bec-project/ophyd_devices/commit/e47472d8861c6e7242a416235280da522532d036)) + +### Features + +- Restructure bec signals + ([`585fbbb`](https://github.com/bec-project/ophyd_devices/commit/585fbbbb71deddf7921ef0932236699ef08316e6)) + +- **waveform**: Add bec signal to waveform simulation + ([`b02485c`](https://github.com/bec-project/ophyd_devices/commit/b02485c4611a3a2e4cb7cb3e80142f2be907a7be)) + + ## v1.19.0 (2025-05-30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ebfa484..c1dcc5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.19.0" +version = "1.20.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [