Skip to content

Age of Dependabot

Compare
Choose a tag to compare
@dagpunk dagpunk released this 27 Jun 21:24
· 98 commits to main since this release
84a1fd2

Summary

This release upgrades the Dependabot integration by allowing it to check for updates to GitHub Actions in addition to pip packages. It also includes an improvement to the project's structure, better documentation, and some minor bugfixes.

New features

  • Configure dependabot to update GitHub Actions (closes #64)

Issues fixed

  • Resolve the pylint import error encountered during the GitHub Action workflow execution (closes #58)

Improvements

  • Move the tests related to the example module into example/tests (closes #36)
  • Rename the build workflow to test (closes #52)
  • Simplify the import statement in the coin flip test case
  • Ignore .venv directory when linting with flake8 (closes #53)
  • Dependency updates