diff --git a/CHANGELOG.md b/CHANGELOG.md index 2420aab..80f91f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.5.2 (2026-08-27) + +### Bug Fixes + +- Supply max image with not enough spots + ([`26d6810`](https://gitea.psi.ch/mx/AareCommon/commit/26d681075f4c2174845dd7bcb5322e4a089eb45f)) + + ## v0.5.1 (2026-08-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1e73fca..272c49c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.5.1" +version = "0.5.2" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"