From dacb4acf6a8e59e76cf9e6fad13ab53446bc661a Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Thu, 30 Jan 2025 15:09:58 -0500 Subject: [PATCH] Version 9.2.2 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 83efe70..55d306d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +01/30/2025 v9.2.2 + +* Fix files only covered by one LCOV report showing 100% coverage [PR #433](https://github.com/Bachmann1234/diff_cover/pull/433) Thanks @matsjoyce-refeyn! + 12/13/2024 v9.2.1 * Adds python 3.13 support [PR #427](https://github.com/Bachmann1234/diff_cover/pull/427) Thanks @ssbarnea diff --git a/pyproject.toml b/pyproject.toml index c7d0493..b40f67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "9.2.1" +version = "9.2.2" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"