0.3.0
Build and Publish / release (push) Successful in 5s
CI / lint (push) Successful in 49s
CI / test (3.13) (push) Successful in 23s
CI / test (3.11) (push) Successful in 47s
CI / test (3.12) (push) Successful in 55s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-07 09:07:22 +00:00
parent 7f1d29a8cb
commit 3bc2ce95ad
2 changed files with 29 additions and 1 deletions
+28
View File
@@ -1,6 +1,34 @@
# CHANGELOG
## v0.3.0 (2026-08-07)
### Bug Fixes
- Locations of some imports
([`e995b5b`](https://gitea.psi.ch/mx/AareCommon/commit/e995b5b5aece7be93a01b6e2df3123db7bee1276))
### Chores
- Add dependencies
([`648298b`](https://gitea.psi.ch/mx/AareCommon/commit/648298ba2555e2691cdcdaca50a5ee88c958f6d9))
### Code Style
- Formatting and linting in affected files
([`7f1d29a`](https://gitea.psi.ch/mx/AareCommon/commit/7f1d29a8cb998fca668dae2a6dbb48a73fd5e3ba))
### Continuous Integration
- Add more linting steps
([`7f74144`](https://gitea.psi.ch/mx/AareCommon/commit/7f741446150b5be9cc9a736a85942c4bb1eecefa))
### Features
- Move clean paths util from daq
([`1cd7aa5`](https://gitea.psi.ch/mx/AareCommon/commit/1cd7aa5acfe28f50bee41bd6f4cc8486e6324f4b))
## v0.2.2 (2026-08-03)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aarecommon"
version = "0.2.2"
version = "0.3.0"
description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"