Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 16:54
· 258 commits to master since this release
26c302c

What Changed

🚀 Features

  • make: update spellcheck target for a cleaner & more informative output @ITProKyle (#159)
  • remove @cspell/dict-python as an npm dependency - included in cspell @ITProKyle (#161)
  • docs: cleanup sphinx config @ITProKyle (#162)
  • add basic pytest config options to pyproject.toml @ITProKyle (#163)
  • add basic coverage config options to pyproject.toml @ITProKyle (#164)
  • docs: add sphinxcontrib-apidoc with basic configuration @ITProKyle (#165)
  • docs: add a basic developers guide @ITProKyle (#166)
  • release-drafter will now run on pull_request_target to label all PRs @ITProKyle (#209)
  • apply changelog:skip to dependabot PRs @ITProKyle (#210)
  • rename default workflow, consolidate jobs triggered on push @ITProKyle (#236)

🐛 Bug Fixes

  • editorconfig: fix invalid config caused by an extra character @ITProKyle (#160)