diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fb4d8..ff51d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.1.1 (2026-07-06) + +### Bug Fixes + +- Load beamline configs from correct dir + ([`6b40d05`](https://gitea.psi.ch/mx/AareCommon/commit/6b40d05a437052e903ec54a0bd1803eafbc7e7f8)) + + ## v0.1.0 (2026-07-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4561511..f7dfbc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.1.0" +version = "0.1.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"