Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-30 19:15:27 +00:00
parent 616010a0e9
commit 234b0149d3
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,17 @@
# CHANGELOG # CHANGELOG
## v1.32.0 (2025-11-30)
### Features
- **signal**: Add signal normalization method and corresponding tests
([`609010d`](https://github.com/bec-project/ophyd_devices/commit/609010d6825e0b6c46cd7a60abfa30235b393962))
- **sim_waveform**: Add progress and async multi data signals to SimWaveform
([`616010a`](https://github.com/bec-project/ophyd_devices/commit/616010a0e9e4c634d3f1b307121da13ec7175acc))
## v1.31.0 (2025-11-28) ## v1.31.0 (2025-11-28)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.31.0" version = "1.32.0"
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 = [