From c20451505a4870da563d0ffd15d4b955d8e4adff Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Thu, 24 Mar 2022 18:28:17 -0400 Subject: [PATCH] Version 6.4.5 --- CHANGELOG | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7431b1c3..f5308eb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +3/24/2022 v6.4.5 + +* Updates deps to allow newer Tomli versions Thanks @kasium (PR by me cuse I +had to debug it some. He pointed out the original issue.) +* Fix to the tests to support a new version of pygments + 12/5/2021 v6.4.4 * Fixes issue where fail over was not being properly set by default. Thanks diff --git a/pyproject.toml b/pyproject.toml index 23204d4d..7d1429f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "6.4.4" +version = "6.4.5" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"