From 072d54471146b6afbe2fc42f94ec060511d45efb Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Mon, 19 Sep 2022 20:15:02 -0400 Subject: [PATCH] Version 7.0.1 --- CHANGELOG | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"