From ef59ca36a9876d2bccf412579ba0a6e73120373e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 20 Aug 2026 13:59:45 +0000 Subject: [PATCH] 0.12.4 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 d33eb6ba..ee4d1008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.12.4 (2026-08-20) + +### Bug Fixes + +- Pitch scan message for correct beamline + ([`4f5cb08`](https://gitea.psi.ch/mx/AareDAQ/commit/4f5cb08319dc61b6b28b99c1950b516192da4389)) + + ## v0.12.3 (2026-08-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b9cce5f5..edeec261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.12.3" +version = "0.12.4" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"