0.26.0
CI / lint (push) Successful in 37s
Docs build and publish / docker (push) Successful in 19s
Build and Publish / release (push) Successful in 19s
CI / test (3.13) (push) Successful in 1m6s
CI / test (3.12) (push) Successful in 1m7s
CI / test (3.14) (push) Successful in 1m6s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m21s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m24s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m25s
CI / test-with-coverage (push) Successful in 1m37s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-09 20:57:03 +00:00
parent 06c66c1944
commit 074ba48ade
2 changed files with 28 additions and 1 deletions
+27
View File
@@ -1,6 +1,33 @@
# CHANGELOG
## v0.26.0 (2026-09-09)
### Bug Fixes
- Display flux more nicely
([`6e4e28c`](https://gitea.psi.ch/mx/AareDAQ/commit/6e4e28ca8c3dfb00d40b338092d5a1385ff4ef6d))
- Don't require lock to cancel
([`8b62da1`](https://gitea.psi.ch/mx/AareDAQ/commit/8b62da13182f7a20dcd092af24a2c325e53f0190))
- Don't show beamline is busy error message
([`ac0242d`](https://gitea.psi.ch/mx/AareDAQ/commit/ac0242d36e8bb90649e6e99f34922145b6eeb3a8))
- Implement simulated flux
([`06c66c1`](https://gitea.psi.ch/mx/AareDAQ/commit/06c66c1944a353aa727ef649ae767ba629083136))
### Code Style
- Format
([`477d72a`](https://gitea.psi.ch/mx/AareDAQ/commit/477d72a46cbd396ec7f4fd3428b548061d99cbd5))
### Features
- Add flux to macros
([`e5d0bd2`](https://gitea.psi.ch/mx/AareDAQ/commit/e5d0bd22212e84a7d856aa28641d7387c851d272))
## v0.25.0 (2026-09-09)
### Features
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.25.0"
version = "0.26.0"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"