0.5.1
Build and Publish / release (push) Successful in 6s
CI / lint (push) Successful in 20s
CI / test (3.12) (push) Successful in 23s
CI / test (3.11) (push) Successful in 25s
CI / test (3.13) (push) Successful in 22s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-21 14:28:06 +00:00
parent 8930f10e31
commit 2202b426e8
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.5.1 (2026-08-21)
### Bug Fixes
- Instantiation of beam centre model
([`8930f10`](https://gitea.psi.ch/mx/AareCommon/commit/8930f10e3165b3eff7bf6f1d8f4c0c9236a367a9))
## v0.5.0 (2026-08-21)
### Features
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aarecommon"
version = "0.5.0"
version = "0.5.1"
description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"