0.7.1
Build and Publish / release (push) Successful in 31s
CI / test (3.11) (push) Successful in 56s
CI / lint (push) Successful in 56s
CI / test (3.12) (push) Successful in 54s
CI / test (3.13) (push) Successful in 54s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m6s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m8s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m9s
CI / test-with-coverage (push) Successful in 1m28s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-04 08:54:58 +00:00
parent bf503e416f
commit b6efabfdb1
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -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
+1 -1
View File
@@ -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"