From f61e575a6183fb72ed0b30495239afe0073eb54d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 9 Sep 2026 13:06:56 +0000 Subject: [PATCH] 0.24.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b180b06..67ccada7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.24.5 (2026-09-09) + +### Bug Fixes + +- Validate screening instead of running it + ([`29f5357`](https://gitea.psi.ch/mx/AareDAQ/commit/29f5357d10a700d37910c63a601cdcff78366e22)) + + ## v0.24.4 (2026-09-09) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 50e80741..34017e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.24.4" +version = "0.24.5" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"