0.8.2
Docs build and publish / docker (push) Successful in 3s
Build and Publish / release (push) Successful in 13s
CI / lint (push) Successful in 1m16s
CI / test (3.13) (push) Successful in 1m20s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m25s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m32s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m49s
CI / test (3.12) (push) Successful in 1m58s
CI / test-with-coverage (push) Successful in 1m52s
CI / coverage-analysis (push) Skipped
CI / test (3.11) (push) Successful in 2m27s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-12 08:26:09 +00:00
parent 23ad11430b
commit b341780232
2 changed files with 35 additions and 1 deletions
+34
View File
@@ -1,6 +1,40 @@
# CHANGELOG
## v0.8.2 (2026-08-12)
### Bug Fixes
- Allow str has no get when in recovery
([`34c8182`](https://gitea.psi.ch/mx/AareDAQ/commit/34c8182cfa54da98baeed0376d9c5d32b13efc6c))
- Include graphics to wheel
([`ca05748`](https://gitea.psi.ch/mx/AareDAQ/commit/ca05748d1fdf092d962f074f570e583b3490ac54))
### Chores
- Add test to improve coverage
([`9906937`](https://gitea.psi.ch/mx/AareDAQ/commit/9906937525f73a91b658fdcb50ea7093cc76a759))
- Fix linting
([`bb35209`](https://gitea.psi.ch/mx/AareDAQ/commit/bb35209be8737f2db107f092a6cac6bfe2b0e026))
- Formatting, tab space misused
([`17bb654`](https://gitea.psi.ch/mx/AareDAQ/commit/17bb65420f85319e793873481e0f6536f26a4d66))
- Hide debug log in the log_panel
([`328a46b`](https://gitea.psi.ch/mx/AareDAQ/commit/328a46b09c4b08f3704cd9c577c687ed043b166d))
- Make default theme bluebird (solid)
([`8a9f35e`](https://gitea.psi.ch/mx/AareDAQ/commit/8a9f35ef7409465a139a33b603ab332ad151061e))
- Removing trailing space
([`23ad114`](https://gitea.psi.ch/mx/AareDAQ/commit/23ad11430bf639bc2263b25fe8bd6f8a107b4cac))
- Stop logger info display lots of pgroups
([`0ca9682`](https://gitea.psi.ch/mx/AareDAQ/commit/0ca968277c68a456f3944cd72831ee4b5a58396a))
## v0.8.1 (2026-08-11)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.8.1"
version = "0.8.2"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"