diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1f57d..31d5b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.6.0 (2026-09-03) + +### Features + +- Add Meitian's gridscan analysis util + ([`9cad8ec`](https://gitea.psi.ch/mx/AareCommon/commit/9cad8ec4fb72e8a7cc701d31bb90929e72f7c0c8)) + + ## v0.5.4 (2026-08-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 90bf6a2..be84cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.5.4" +version = "0.6.0" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"