Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-17 09:59:05 +00:00
parent 454550b82c
commit 011b68f3dc
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v1.30.2 (2025-11-17)
### Bug Fixes
- **waveform_sim**: Added signal to emit 0D data
([`454550b`](https://github.com/bec-project/ophyd_devices/commit/454550b82cc4e21c6d06d3275e080a1228b08d68))
## v1.30.1 (2025-11-14) ## v1.30.1 (2025-11-14)
### Bug Fixes ### Bug Fixes

View File

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