diff --git a/CHANGELOG.md b/CHANGELOG.md index 292a6d7d..6622aced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 64b110e8..7c05f9f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"