diff --git a/CHANGELOG b/CHANGELOG index 5b31a5e..119fb16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +07/17/2024 v9.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) + 06/25/2024 v9.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) diff --git a/pyproject.toml b/pyproject.toml index 3822764..7f237cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "9.1.0" +version = "9.1.1" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"