From c37cdbee73aa829a064613f09a8e6ad78f4c8b58 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Mon, 13 Nov 2023 09:29:53 -0500 Subject: [PATCH] Version 8.0.1 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f2d41c42..25741326 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +11/13/2023 v8.0.1 + +* Normalize LCOV source paths [#373](https://github.com/Bachmann1234/diff_cover/pull/373) (Thanks! @matsjoyce-refeyn) + 10/14/2023 v8.0.0 * Declares python 3.12 support (no code changes required) diff --git a/pyproject.toml b/pyproject.toml index 0a38b1e2..d9b864b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "8.0.0" +version = "8.0.1" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"