0.2.0
Build and Publish / release (push) Successful in 7s
CI / test (3.12) (push) Successful in 26s
CI / lint (push) Successful in 45s
CI / test (3.11) (push) Successful in 22s
CI / test (3.13) (push) Successful in 29s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-27 07:48:36 +00:00
parent 054d7c1d28
commit c60c2d5665
2 changed files with 27 additions and 1 deletions
+26
View File
@@ -1,6 +1,32 @@
# CHANGELOG
## v0.2.0 (2026-07-27)
### Bug Fixes
- Release workflow token
([`054d7c1`](https://gitea.psi.ch/mx/AareCommon/commit/054d7c1d28c7ca64cb1d489780eabd1d105a9c28))
- Tidy exception classes
([`b879378`](https://gitea.psi.ch/mx/AareCommon/commit/b879378fcd853403a9c9b3f37441b59fb0b851e8))
### Code Style
- Ruff check fix
([`5c41290`](https://gitea.psi.ch/mx/AareCommon/commit/5c412902f4996019bb73e2fc45f40d6e7d6eee87))
### Features
- Use token for release wf on protected main
([`6139b42`](https://gitea.psi.ch/mx/AareCommon/commit/6139b4282f47ed8377db863efa24ed5192abd7eb))
### Testing
- Update tests to use instances
([`2399e0d`](https://gitea.psi.ch/mx/AareCommon/commit/2399e0dddd5102d0a31990534e8d007d1c8b60dd))
## v0.1.5 (2026-07-09)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aarecommon"
version = "0.1.5"
version = "0.2.0"
description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"