From f5ea31dcebe15d2f4b05e4ef654dd1e7c2967177 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 9 Sep 2026 08:10:00 +0000 Subject: [PATCH] 0.24.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25439e79..f88664b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v0.24.0 (2026-09-09) + +### Bug Fixes + +- Add tests and cleanup after exceptions + ([`1cd8102`](https://gitea.psi.ch/mx/AareDAQ/commit/1cd8102b691e71a48c6c6644fd8398d919738f5c)) + +### Code Style + +- Ignore pyright issues in redis return values + ([`6483d50`](https://gitea.psi.ch/mx/AareDAQ/commit/6483d50d1d0ae0dc788cd3c541ff97935c31d8b5)) + +### Features + +- Add hardware lock to server + ([`18bcbdb`](https://gitea.psi.ch/mx/AareDAQ/commit/18bcbdba10225ba5955e506594083c629226d0ea)) + +- Remove all busy-state handling + ([`fbfe773`](https://gitea.psi.ch/mx/AareDAQ/commit/fbfe7739547e43d567fc4aaa47f8af435c5f2c0c)) + + ## v0.23.1 (2026-09-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7b03dc9f..c7f43ddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.23.1" +version = "0.24.0" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"