From 72722598401aa2f4c0996c50841c560ad6492a40 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Tue, 29 Nov 2022 22:02:32 -0500 Subject: [PATCH] Version 7.1.2 --- CHANGELOG | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"