0.6.1
Build and Publish / release (push) Successful in 16s
CI / lint (push) Successful in 52s
CI / test (3.13) (push) Successful in 45s
CI / test (3.11) (push) Successful in 1m4s
CI / test (3.12) (push) Successful in 1m3s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 58s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m9s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m13s
CI / test-with-coverage (push) Successful in 1m15s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-03 12:36:23 +00:00
parent 8def022d4c
commit ae4c8327da
2 changed files with 30 additions and 1 deletions
+29
View File
@@ -1,6 +1,35 @@
# CHANGELOG
## v0.6.1 (2026-08-03)
### Bug Fixes
- Add coverage comment
([`8def022`](https://gitea.psi.ch/mx/AareDAQ/commit/8def022d4c68ac928a22b4ab214b9e7df9eb279f))
- As many ruff errors as possible, some type
([`0135129`](https://gitea.psi.ch/mx/AareDAQ/commit/0135129c89c377084cc87ee9704e21b67a94265a))
### Chores
- Update common dep
([`28dec7a`](https://gitea.psi.ch/mx/AareDAQ/commit/28dec7a3fefe82ee1246cf227e90149b14737c77))
### Code Style
- Ruff check --fix --unsafe-fixes
([`f63107a`](https://gitea.psi.ch/mx/AareDAQ/commit/f63107a1e0090ce51e8a2958d5ba1d2c4bc3574b))
### Continuous Integration
- Add better linting
([`70c81ab`](https://gitea.psi.ch/mx/AareDAQ/commit/70c81abdd86b67d6a792d13595b88e8bc5d00f95))
- Make sure main is available for diff
([`7c28b5f`](https://gitea.psi.ch/mx/AareDAQ/commit/7c28b5f023dba7e5fa952130b485398cffd90c4a))
## v0.6.0 (2026-07-31)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.6.0"
version = "0.6.1"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"