From a8742de0d211e2535197a963ab9c41cb9997aa67 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Sat, 7 Sep 2024 20:35:47 -0400 Subject: [PATCH] Version 9.2.0 --- CHANGELOG | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 119fb16..18e9fcb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +09/07/2024 v9.2.0 + +* adds expand-coverage-report to options. This helps with ensures the tool contains lines that may have been missed due to how things reported in the original report [PR 416](https://github.com/Bachmann1234/diff_cover/pull/416) + +* Adds VER directive for LCov reports [PR 414](https://github.com/Bachmann1234/diff_cover/pull/414) thanks @esuldin + + 07/17/2024 v9.1.1 * Fixes issue where binary files could cause diff-cover to crash (Thanks @MihailPereverza) [PR 413](https://github.com/Bachmann1234/diff_cover/pull/413) [Issue 412](https://github.com/Bachmann1234/diff_cover/issues/412) diff --git a/pyproject.toml b/pyproject.toml index 8484d91..1ac7aa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "9.1.1" +version = "9.2.0" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"