diff --git a/CHANGELOG.md b/CHANGELOG.md index 794576b..2906073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 771497a..0fb9373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"