v2.4.0
Several QoL updates and ignore
rule fixes
The ignore
input has been given an overhaul for more easy readability in the code, as well as ensuring it works as intended.
There is still an open issue regarding version ranges, which should be fixed (#141).
Several other QoL updates have been implemented throughout the codebase, callable workflows and more.
Changelog
v2.4.0 (2023-05-23)
Implemented enhancements:
- Automatically merge CI workflow to update deps #101
- Support Sphinx for documentation building #90
- Add hook for using the
update-deps
task #24
Fixed bugs:
- Flawed logic #152
- Error in workflow #150
- Issues with the ignore-functionality of
ci-cd update-deps
#130
Closed issues:
- Error in .github/workflows/ci_automerge_prs.yml which makes automerging fail in outside repos #139
Merged pull requests:
- Fix logic for checking documentation framework #153 (@CasperWA)
- Fix typos in workflows #151 (@CasperWA)
- [Auto-generated] Update dependencies #143 (@TEAM4-0)
- Fix ignore functionality (especially for 'version' rules) #140 (@CasperWA)
- Add
update-pyproject
pre-commit hook #128 (@CasperWA) - Activate auto-merge for pyproject.toml update PRs #114 (@CasperWA)
- Support Sphinx #92 (@CasperWA)
* This Changelog was automatically generated by github_changelog_generator