diff --git a/CHANGELOG b/CHANGELOG index 7d5ddfd5..158c9f9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ +01/24/2023 v7.5.0 + +* JSON report will now show lines covered in a diff. Thanks @ZSmallX [PR 325](https://github.com/Bachmann1234/diff_cover/pull/325) + 01/24/2023 v7.4.0 -* Significant performance improvement when processing cobertura reports! Thanks @madest92 [PR 134](https://github.com/Bachmann1234/diff_cover/pull/314) +* Significant performance improvement when processing cobertura reports! Thanks @madest92 [PR 314](https://github.com/Bachmann1234/diff_cover/pull/314) 01/18/2023 v7.3.2 diff --git a/pyproject.toml b/pyproject.toml index 5eff82f1..aa4a8327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "7.4.0" +version = "7.5.0" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"