From 23a9f2500f77a03142bd99daa2e4cd3fa593059d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 4 Sep 2026 09:43:41 +0000 Subject: [PATCH] 0.21.2 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 f12f1db8..c9ee0988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.21.2 (2026-09-04) + +### Bug Fixes + +- Add more debug info logging to automation runs + ([`339f666`](https://gitea.psi.ch/mx/AareDAQ/commit/339f6666da887f37336d86cae28e480c0e338057)) + + ## v0.21.1 (2026-09-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d8676cae..111eb33e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.21.1" +version = "0.21.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"