Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-08 09:51:28 +00:00
parent 3764c987b0
commit 51c4517a8f
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -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
+1 -1
View File
@@ -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"