diff --git a/CHANGELOG b/CHANGELOG index 98792a01..d83b3d21 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +11/29/2022 v7.1.2 + +* Remove some annoying prints (thanks @peterg79) [PR +302](https://github.com/Bachmann1234/diff_cover/pull/302) + 11/28/2022 v7.1.1 * Handle branch coverage in lcov reports (thanks @peterg79) diff --git a/pyproject.toml b/pyproject.toml index 0b50e1cc..0de26cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "7.1.1" +version = "7.1.2" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"