v0.16.1-dev.1
Pre-releasev0.16.1-dev.1 (2024-07-23)
Ci
- ci: Adjust version_variables and version_toml for semantic-release (#133)
📥 Pull Request Description
- Replace version_variable by version_variables and version_toml
👀 Affected Areas
- pyproject.toml
- CI/CD (
3bf6d0e
)
-
ci: update used python version in docs pipeline (
f6258a1
) -
ci: fix prerelease flag in pre-release pipeline (
f5fb645
) -
ci: Update python-semantic-release and add pre-release pipeline for dev branch (
16a28c1
)
Fix
-
fix: Downgrade
python-semantic-release
and adjust build command (#132) (b23fce4
) -
fix: change version (#130)
📥 Pull Request Description
Please describe your changes in detail and provide any necessary
context.
👀 Affected Areas
Please indicate which areas of the project are affected by your changes
(e.g. dashboard, pipelines, tests, documentation).
📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code) - All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run (
7343560
)
Refactor
Unknown
📥 Pull Request Description
Please describe your changes in detail and provide any necessary
context.
👀 Affected Areas
Please indicate which areas of the project are affected by your changes
(e.g. dashboard, pipelines, tests, documentation).
📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code) - All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run
Co-authored-by: Nils Uhrberg <[email protected]> (f237a49
)
- Feature/versioning with ge (#128)
📥 Pull Request Description
Changed all possible versions to >=
📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code) - All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run (
2713f33
)