From ae4c8327da0210c554e421c7fbf2d8f207517123 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 3 Aug 2026 12:36:19 +0000 Subject: [PATCH] 0.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29acc716..b04e08be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ddaf69f3..005125bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"