0.7.0
Build and Publish / release (push) Successful in 22s
CI / test (3.12) (push) Successful in 48s
CI / lint (push) Successful in 57s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 58s
CI / test (3.11) (push) Successful in 1m5s
CI / test (3.13) (push) Successful in 1m3s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m4s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m24s
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:33:29 +00:00
parent e0db953b86
commit e9604b6c55
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -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
+1 -1
View File
@@ -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"