From e9604b6c559cce505846e8155fbef6e49e2c2296 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 4 Aug 2026 08:33:23 +0000 Subject: [PATCH] 0.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b04e08be..a6920ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v0.7.0 (2026-08-04) + +### Continuous Integration + +- Fail diff cover below threshold + ([`71d9d07`](https://gitea.psi.ch/mx/AareDAQ/commit/71d9d07f3900d259716a9e1fe23bb6596b76e689)) + +- Fail new pyright errors + ([`db520e8`](https://gitea.psi.ch/mx/AareDAQ/commit/db520e8579542f1dea4fdd83fe5b6f5a4a1d1dbd)) + +### Features + +- Add beamline dispatch for x06da + ([`e0db953`](https://gitea.psi.ch/mx/AareDAQ/commit/e0db953b86cf09ebdcd44c0e08857525594db848)) + + ## v0.6.1 (2026-08-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3408b544..dc9813e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.6.1" +version = "0.7.0" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"