Skip to content

v0.2.1

Compare
Choose a tag to compare
@CasperWA CasperWA released this 04 Oct 07:49
· 202 commits to main since this release

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)

Full Changelog

Implemented enhancements:

  • Run keep-up-to-date workflow immediately with push #140
  • Update to versioned documentation #132
  • Use bandit, pylint, safety, and mypy #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:

* This Changelog was automatically generated by github_changelog_generator