diff --git a/CHANGELOG b/CHANGELOG index 1b4b498b..fd760c39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +01/20/2023 v8.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! + 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 diff --git a/pyproject.toml b/pyproject.toml index 52ae077f..551be756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "8.0.2" +version = "8.0.3" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"