* Some minor code refactorings and and attempting to set the long description in pypi. Thanks kasium!
6.2.0
* Adds JSON and Markdown reports for diff-quality Thanks kasium!
6.1.1
* Undoes a change making a implemented method abstract. Turned out existing plugins depended on this.
6.1.0
* New flag `--include-untracked` to give people the option to run against files that are not being tracked by git currently Thanks kasium * Improved handling when the user provides a report file that does not exist (the app will fail instead of just saying there were no results) Thanks kasium * More progress to moving tests to pytest style tests Thanks kasium * More static analysis clean up. Thanks kasium again!
Another all kasium release!
6.0.0
* As github, gitlab, and git itself have been changing their default branch to main this release changes the default 'compare-branch' to 'main' as well. If your project is using 'master' as a default branch add the following to your build `--compare-branch origin/master`
5.5.0
* Migrate more stuff to pytest * Multiple reports can now be generated at once