diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbe806..e95e378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 43f6b8c..0353cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"