0.24.0
Docs build and publish / docker (push) Successful in 14s
CI / lint (push) Successful in 47s
Build and Publish / release (push) Successful in 24s
CI / test (3.13) (push) Successful in 1m6s
CI / test (3.12) (push) Successful in 1m11s
CI / test (3.14) (push) Successful in 1m8s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m13s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m34s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m41s
CI / test-with-coverage (push) Successful in 1m43s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-09 08:10:04 +00:00
parent 1cd8102b69
commit f5ea31dceb
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -1,6 +1,27 @@
# CHANGELOG
## v0.24.0 (2026-09-09)
### Bug Fixes
- Add tests and cleanup after exceptions
([`1cd8102`](https://gitea.psi.ch/mx/AareDAQ/commit/1cd8102b691e71a48c6c6644fd8398d919738f5c))
### Code Style
- Ignore pyright issues in redis return values
([`6483d50`](https://gitea.psi.ch/mx/AareDAQ/commit/6483d50d1d0ae0dc788cd3c541ff97935c31d8b5))
### Features
- Add hardware lock to server
([`18bcbdb`](https://gitea.psi.ch/mx/AareDAQ/commit/18bcbdba10225ba5955e506594083c629226d0ea))
- Remove all busy-state handling
([`fbfe773`](https://gitea.psi.ch/mx/AareDAQ/commit/fbfe7739547e43d567fc4aaa47f8af435c5f2c0c))
## v0.23.1 (2026-09-08)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.23.1"
version = "0.24.0"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"