diff --git a/CHANGELOG b/CHANGELOG index 25741326..1b4b498b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +12/16/2023 v8.0.2 + +* Improved error handling when a command is not found [#381](https://github.com/Bachmann1234/diff_cover/pull/380) Thanks @dperl-dls + 11/13/2023 v8.0.1 * Normalize LCOV source paths [#373](https://github.com/Bachmann1234/diff_cover/pull/373) (Thanks! @matsjoyce-refeyn) diff --git a/pyproject.toml b/pyproject.toml index 6125cb4a..2fcaddea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "8.0.1" +version = "8.0.2" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"