0.3.1
Build and Publish / release (push) Successful in 5s
CI / lint (push) Successful in 29s
CI / test (3.11) (push) Successful in 26s
CI / test (3.13) (push) Successful in 23s
CI / test (3.12) (push) Successful in 30s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-17 09:03:34 +00:00
parent 207612377d
commit fb617efa5f
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -1,6 +1,20 @@
# CHANGELOG
## v0.3.1 (2026-08-17)
### Bug Fixes
- Remove duplicate handler in dev logging config
([`1a64ea3`](https://gitea.psi.ch/mx/AareCommon/commit/1a64ea3a096c8d2936afcaa8a306954a12d537f0))
- Simplify further
([`2076123`](https://gitea.psi.ch/mx/AareCommon/commit/207612377d64c57bada0eee2fe772548debc3d21))
- Simplify log setup
([`be5e971`](https://gitea.psi.ch/mx/AareCommon/commit/be5e971ff449ee3dbecdeb289422463e3e83c77f))
## v0.3.0 (2026-08-07)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aarecommon"
version = "0.3.0"
version = "0.3.1"
description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"