diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ca6dd..9bdd9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.7.1 (2026-09-03) + +### Bug Fixes + +- Exclude jfjochgsunion from QA + ([`907991f`](https://gitea.psi.ch/mx/AareCommon/commit/907991fd122349550b7ce78ee302802e7de87146)) + +### Refactoring + +- Tidy up for gridscan analysis switching + ([`f13edc3`](https://gitea.psi.ch/mx/AareCommon/commit/f13edc37608e3b0afa2d8ebbc31906a7538eb212)) + + ## v0.7.0 (2026-09-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7bc868c..c83056f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.7.0" +version = "0.7.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"