From 222b94535070e23f78b7f2353e64a88a9e3e2a59 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Sat, 20 Jan 2024 10:07:34 -0500 Subject: [PATCH] Version 8.0.3 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1b4b498b..fd760c39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +01/20/2023 v8.0.3 + +* Fixes paths not being properly normalized when accessing the diff violations. Potentially fixing issues with users using diff quality in windows. [#388](https://github.com/Bachmann1234/diff_cover/pull/388) Thanks @mrcool4 for the PR! + 12/16/2023 v8.0.2 * Improved error handling when a command is not found [#381](https://github.com/Bachmann1234/diff_cover/pull/380) Thanks @dperl-dls diff --git a/pyproject.toml b/pyproject.toml index 52ae077f..551be756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "8.0.2" +version = "8.0.3" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"