From c3ae7dd7b6afa2404b16d248fb7d00158f97375f Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Wed, 17 Jul 2024 20:42:25 -0400 Subject: [PATCH] Version 9.1.1 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"