diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f59b6..9078035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.1.4 (2026-07-09) + +### Bug Fixes + +- Log config error location + ([`2f012f4`](https://gitea.psi.ch/mx/AareCommon/commit/2f012f42adce190ce72b949a304ac33df758328c)) + + ## v0.1.3 (2026-07-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 548b232..4e926aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.1.3" +version = "0.1.4" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"