0.9.0
Build and Publish / release (push) Successful in 4s
CI / lint (push) Successful in 36m20s
CI / test (3.12) (push) Successful in 3m6s
CI / test (3.11) (push) Successful in 5m32s
CI / test (3.13) (push) Canceled after 22m27s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-11 10:11:05 +00:00
parent e56c62027a
commit a6d8a4e3c1
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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"