0.24.1
Docs build and publish / docker (push) Successful in 5s
Build and Publish / release (push) Successful in 12s
CI / lint (push) Successful in 48s
CI / test (3.13) (push) Successful in 1m3s
CI / test (3.14) (push) Successful in 1m12s
CI / test (3.12) (push) Successful in 1m18s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m16s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m19s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m26s
CI / test-with-coverage (push) Successful in 1m40s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-09 08:30:00 +00:00
parent 69fbf4b95b
commit 97584ef75f
2 changed files with 28 additions and 1 deletions
+27
View File
@@ -1,6 +1,33 @@
# CHANGELOG
## v0.24.1 (2026-09-09)
### Bug Fixes
- Call jfjoch cancel in failed operation exception handler
([`ace1615`](https://gitea.psi.ch/mx/AareDAQ/commit/ace161590c5a3fd1a9ab98e857acdd584aeed5ff))
- Reduce TELL client log verbosity
([`7c6350e`](https://gitea.psi.ch/mx/AareDAQ/commit/7c6350ee94aab9a3a74d86c5edfccd5489d3c6a7))
- Validate gridscan params
([`7cc8fca`](https://gitea.psi.ch/mx/AareDAQ/commit/7cc8fcaaaf5cda554050de03c9e8dd50af265567))
- Validate params with aarescan
([`7c893ce`](https://gitea.psi.ch/mx/AareDAQ/commit/7c893ce6984bdedf27eeb82fcd9077d8695e7891))
### Chores
- Update aaresccan-client dependency
([`2eb5e3a`](https://gitea.psi.ch/mx/AareDAQ/commit/2eb5e3a5102c03ee19af11efab4b7ba56f76cf42))
### Code Style
- Fix type hints and naming
([`69fbf4b`](https://gitea.psi.ch/mx/AareDAQ/commit/69fbf4b95bf9f3f1a0f9ce33180ef9b6d1afcded))
## v0.24.0 (2026-09-09)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.24.0"
version = "0.24.1"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"