From 290a3ab59ac1cc7cd597fb28b2647c05f0b227dc Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 27 Aug 2026 12:24:40 +0000 Subject: [PATCH] 0.5.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"