Skip to content

v0.1.2

Choose a tag to compare

@bottey-mcbotface bottey-mcbotface released this 24 Aug 17:38
· 22 commits to master since this release
aa582a8

Added

  • report progress as a live task tree, add --verbose flag, refactor runner (#28)
  • add --diff to lint a revision range instead of the staged files (#27)

Fixed

  • protect partially staged and deleted symlinks during runs (#26)
  • (cli) reject --concurrent 0 instead of treating it as unlimited (#25)
  • (init) write a resolved path so the hook works without stagelint on PATH (#23)

Other

  • (deps) bump gix from 0.86.0 to 0.87.1 (#32)
  • (deps) bump serde_with from 3.21.0 to 3.22.0 (#30)
  • (deps) bump yaml_serde from 0.10.4 to 0.10.6 (#31)
  • (readme) add --diff to the options reference (#29)