Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@gabor-boros gabor-boros released this 19 Sep 15:12
· 21 commits to master since this release
94c51a2

Release notes

Added

  • Add TOML file support and adjust readme
  • Log skipped imports on debug level

Fixed

  • Allow documentation generation for rules which are depending on extra packages
  • Update enforce command description
  • Hypothesis test execution skips : character when running owner change test
  • Fix failing pylint error W0707 in slack notification
  • Fix empty committing issue when no staged files are present
  • Fix some documentation highlight issues

Changed

  • Rename all target to match as it shows the intention better
  • Remove trailing "s" from preconditions starting with "Is"
  • Extend the documentation of DirectoryNotExists
  • Mention in the docs that match will use partial match if the regex is not specific enough
  • Add László Üveges to maintainers
  • Replace Travis CI with GitHub Actions
  • Update the release process with the external documentation site
  • Update requirements minimum version
  • Rename all JSON rule to Json to keep naming convention
  • Rename all YAML rule to Yaml to keep naming convention
  • Clarify difference between Key- and ValueExists rules
  • Bump gitpython to 3.1.8
  • Bump hypothesis to 5.33.0
  • Bump black to 20.8b1
  • Bump typer to 0.3.2
  • Bump pylint to 2.6.0
  • Bump pytest to 6.0.2
  • Bump ujson to 3.2.0
  • Bump coverage to 5.3
  • Bump pygments to 2.7.1