From 12c5f086e7b66a10e91b87ec1aecb16391ad78e5 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Mon, 19 Sep 2022 19:17:06 -0400 Subject: [PATCH] Version 7.0.0 --- CHANGELOG | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5126c9fd..97b84c95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +9/19/2022 v7.0.0 + +* Fixes issue where report name would not respoect diff notation +https://github.com/Bachmann1234/diff_cover/issues/288 Thanks @prescod for the +report. +* Drops Python 3.6 (This is why I bumped the major) + 6/22/2022 v6.5.1 * Updates lockfile and tests to work with new pygment. Resolves [#281](https://github.com/Bachmann1234/diff_cover/issues/281) diff --git a/pyproject.toml b/pyproject.toml index ac02754a..e55cd456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "6.5.1" +version = "7.0.0" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"