* adds expand-coverage-report to options. This helps with ensures the tool contains lines that may have been missed due to how things reported in the original report [PR 416](https://github.com/Bachmann1234/diff_cover/pull/416)
* Adds VER directive for LCov reports [PR 414](https://github.com/Bachmann1234/diff_cover/pull/414) thanks esuldin
9.1.1
* Fixes issue where binary files could cause diff-cover to crash (Thanks MihailPereverza) [PR 413](https://github.com/Bachmann1234/diff_cover/pull/413) [Issue 412](https://github.com/Bachmann1234/diff_cover/issues/412)
9.1.0
* Adds the ability to pass in a diff rather than use git to create one. Thanks Jsostmann [PR 410](https://github.com/Bachmann1234/diff_cover/pull/410)
9.0.0
* Adds line numbers to the markdown snippets (and error indicators). Bumped major version as the format of the report changed in a significant way in this change (Thanks walles!) [PR 399](https://github.com/Bachmann1234/diff_cover/pull/399)
8.0.3
* Fixes paths not being properly normalized when accessing the diff violations. Potentially fixing issues with users using diff quality in windows. [388](https://github.com/Bachmann1234/diff_cover/pull/388) Thanks mrcool4 for the PR!
8.0.2
* Improved error handling when a command is not found [381](https://github.com/Bachmann1234/diff_cover/pull/380) Thanks dperl-dls