From cfa85152cdc820d163dba8a6c3346402fb98ace2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 16 Feb 2026 10:10:54 +0000 Subject: [PATCH] 1.32.9 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 43cbe24..331c22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v1.32.9 (2026-02-16) + +### Bug Fixes + +- **socket-signal**: Add read timeout for SocketSignal ABC, and add notify_bec attribute + ([`1e9711a`](https://github.com/bec-project/ophyd_devices/commit/1e9711aa17169d0e81f047bf95f294baf9159b82)) + +- **socket-signal**: Store old value before updating to ensure correct subscription notifications + ([`944fc73`](https://github.com/bec-project/ophyd_devices/commit/944fc73d4b03bef7fcc03e1fac0256c395d84da9)) + +### Testing + +- **controller**: Fix leaking controller instance in test. + ([`b13520f`](https://github.com/bec-project/ophyd_devices/commit/b13520fe32c43476f72d5615e1c9a1cf7b45bc80)) + + ## v1.32.8 (2026-01-30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c47f148..b3aeb1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.32.8" +version = "1.32.9" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [