diff --git a/CHANGELOG b/CHANGELOG index 97b84c95..2ccaff29 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +9/19/2022 v7.0.1 + +* Updates dependencies and updates pylint driver to support 2.5 in a backwards +compatible way +* Fixes the broken tests reported in +https://github.com/Bachmann1234/diff_cover/issues/290 Thanks @kloczek for the +report + 9/19/2022 v7.0.0 * Fixes issue where report name would not respoect diff notation diff --git a/pyproject.toml b/pyproject.toml index 08bd8498..a5878164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "7.0.0" +version = "7.0.1" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"