Skip to content

v4.3.0

Compare
Choose a tag to compare
@zricethezav zricethezav released this 31 May 21:57
· 440 commits to master since this release
bdc688d

What's new:

  • --commit-since= Audit commits more recent than a specific date. Ex: '2006-01-02' or '2006-01-02T15:04:05-0700' format. #385
  • --commit-until= Audit commits older than a specific date. Ex: '2006-01-02' or '2006-01-02T15:04:05-0700' format. #385

Shoutout to @steeve85 for the PR

What's fixed:

  • Whitelisted root commits (commits without a parent) specified in the config were not getting whitelisted. This has been fixed: #390