diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b226ae..67f59b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.1.3 (2026-07-08) + +### Bug Fixes + +- Crash on bec init failure; beamline must be set explicitly + ([`4ac9587`](https://gitea.psi.ch/mx/AareCommon/commit/4ac9587abcca2c3036f635381f9935ace1953eb3)) + +### Testing + +- Update test for env var + ([`3764c98`](https://gitea.psi.ch/mx/AareCommon/commit/3764c987b063fadc4b95286536613e8ee7fded8b)) + + ## v0.1.2 (2026-07-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b5f5a98..548b232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.1.2" +version = "0.1.3" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"