diff --git a/CHANGELOG.md b/CHANGELOG.md index ff51d58..0b226ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.1.2 (2026-07-06) + +### Bug Fixes + +- Build config to include yamls + ([`164a6ba`](https://gitea.psi.ch/mx/AareCommon/commit/164a6ba6548475b59ff02a7ec4ccc96b03cefc78)) + + ## v0.1.1 (2026-07-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index dfed4a8..b5f5a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.1.1" +version = "0.1.2" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"