0.17.1
Build and Publish / release (push) Successful in 19s
Docs build and publish / docker (push) Successful in 21s
CI / lint (push) Successful in 42s
CI / test (3.11) (push) Successful in 1m5s
CI / test (3.12) (push) Successful in 1m2s
CI / test (3.13) (push) Successful in 1m3s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m6s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m19s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m24s
CI / test-with-coverage (push) Successful in 1m33s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-25 12:36:58 +00:00
parent 2b85428ebe
commit 50c7d89b03
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -1,6 +1,17 @@
# CHANGELOG
## v0.17.1 (2026-08-25)
### Bug Fixes
- Add harder timeouts to uvicorn.run
([`2b85428`](https://gitea.psi.ch/mx/AareDAQ/commit/2b85428ebe072799c8ee21e4b393666bcaf32ada))
- Tidy bec client init and shutdown
([`1ac4908`](https://gitea.psi.ch/mx/AareDAQ/commit/1ac4908053637abb72c3b1c452c8332998113efc))
## v0.17.0 (2026-08-25)
### Code Style
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.17.0"
version = "0.17.1"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"