0.8.3
Docs build and publish / docker (push) Successful in 3s
Build and Publish / release (push) Successful in 6s
CI / test-with-coverage (push) Successful in 3m48s
CI / coverage-analysis (push) Skipped
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-12 14:10:40 +00:00
parent 8e68972625
commit 02b0a02648
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -1,6 +1,25 @@
# CHANGELOG
## v0.8.3 (2026-08-12)
### Bug Fixes
- Rename free beamline to clear busy
([`362880e`](https://gitea.psi.ch/mx/AareDAQ/commit/362880ec820953e95c14bfd3a1c3fa3351030643))
- Rename recover beamline to force maintenance
([`63ea060`](https://gitea.psi.ch/mx/AareDAQ/commit/63ea060fb9dc4df994cc266b7084e4ba7c4c48db))
- Show viewing mode for all states
([`8e68972`](https://gitea.psi.ch/mx/AareDAQ/commit/8e6897262537e221d42d7b44e418322d2cb15d54))
### Refactoring
- Remove dead code
([`1b3b144`](https://gitea.psi.ch/mx/AareDAQ/commit/1b3b144265b825ffbe27fca63f1593b198f73861))
## v0.8.2 (2026-08-12)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.8.2"
version = "0.8.3"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"