From a6d8a4e3c17b646a94356a0b2ca047942bf765de Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 11 Sep 2026 10:11:02 +0000 Subject: [PATCH] 0.9.0 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 2618ee5..c705d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.9.0 (2026-09-11) + +### Features + +- Add function to get res from image number + ([`e56c620`](https://gitea.psi.ch/mx/AareCommon/commit/e56c62027a91ebff3bb00aaf723b4a691fec13b8)) + + ## v0.8.0 (2026-09-09) ### Features diff --git a/pyproject.toml b/pyproject.toml index 5767daa..4e5ab6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.8.0" +version = "0.9.0" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"