* Fix files only covered by one LCOV report showing 100% coverage [PR 433](https://github.com/Bachmann1234/diff_cover/pull/433) Thanks matsjoyce-refeyn!
9.2.1
* Adds python 3.13 support [PR 427](https://github.com/Bachmann1234/diff_cover/pull/427) Thanks ssbarnea * Drops python 3.8 support
9.2.0
* 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)