From b6efabfdb1ddcf5dadccb351e4fe6306dc033536 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 4 Aug 2026 08:54:55 +0000 Subject: [PATCH] 0.7.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6920ad2..6f387a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.7.1 (2026-08-04) + +### Bug Fixes + +- No longer load user macros through client + ([`bf503e4`](https://gitea.psi.ch/mx/AareDAQ/commit/bf503e416ff2dfdf9c36661da7fcbd9564a59bbf)) + +- they have been moved to the dynamic beamline dispatch module, where they are concretely loaded + from each beamline repo instead + + ## v0.7.0 (2026-08-04) ### Continuous Integration diff --git a/pyproject.toml b/pyproject.toml index dc9813e0..99ababe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.7.0" +version = "0.7.1" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"