v0.2.1
Updated automation
The documentation has been upgraded to be versioned and for every push to main
, the latest
version will be updated.
On every release, a new version will be added, and the stable
alias will be pointed to the new version.
Dependabot updates are now being pointed towards another "permanent" branch, and once a week a PR will be created to merged a copy of this branch into the main
branch.
Changelog
v0.2.1 (2021-10-04)
Implemented enhancements:
- Run keep-up-to-date workflow immediately with push #140
- Update to versioned documentation #132
- Use
bandit
,pylint
,safety
, andmypy
#119 (CasperWA)
Fixed bugs:
- GH Release action overwrites release description #155
- Fix condition in
main
docs deployment #152 - Properly authenticate the use of
gh api
in workflow #150 - Double documentation deploy during release #145
- Allow beta/alpha releases #143
- Use protected-push action for keep-up-to-date workflow #138
- Workflow not working #133
- Attempt with fetch-depth 0 #154 (CasperWA)
- Set git config before
mike deploy
#144 (CasperWA) - Use
git push
instead of action #136 (CasperWA)
Closed issues:
- Update cron timings for dependency workflows #147
- Use
gh-pages
in documentation deploy workflows #142
Merged pull requests:
- Update dependencies #159 (CasperWA)
- Deploy docs to
gh-pages
branch #157 (CasperWA) - Use GH CLI instead of release action #156 (CasperWA)
- Fix conditional docs
main
build #153 (CasperWA) - Add GITHUB_TOKEN env var to authenticate gh CLI #151 (CasperWA)
- Fix double docs deployment on release #149 (CasperWA)
- Update cron times #148 (CasperWA)
- Update dependencies #146 (CasperWA)
- Run up-to-date workflow immediately upon push #141 (CasperWA)
- Push via CasperWA/push-protected action #139 (CasperWA)
- Use versioned documentation #137 (CasperWA)
- Fetch everything and ensure correct checkout #135 (CasperWA)
- Attempt to fix workflow #134 (CasperWA)
- Run dependabot workflow more often #130 (CasperWA)
- Only update permanent dependabot branch after CI #127 (CasperWA)
- Don't use
env
outside of usable scope #126 (CasperWA) - Setup dependabot automation #125 (CasperWA)
- Don't load providers on startup by default #121 (CasperWA)
- Update pylint requirement from ~=2.10 to ~=2.11 #120 (dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator