Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

release-0.10.0

Choose a tag to compare

@skx skx released this 27 Aug 07:41
· 83 commits to master since this release

release-0.10.0

This release fixes a bug in the validate-json sub-command. When executed with no-arguments, or arguments that specified directories the tool would process files with the wrong name:

  • Rather than searching recursively for files matching the pattern *.json it would process *.yml & *.yaml.
    • These would of course fail validation, as they were not JSON files.

Specifying files, rather than directories, would work as expected which is why this was not noticed immediately.