From 23a6e2dc5032b4787d56433d078567ae5c79e023 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Tue, 10 Jul 2018 22:25:02 -0400 Subject: [PATCH] Version 1.0.4 --- CHANGELOG | 4 ++++ diff_cover/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 60b32418..84f4238d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +7/10/2018 v1.0.4 + + * Fix issue where whitespace was not trimmed pulling source file from cobertura causing a missed match + 6/24/2018 v1.0.3 * Support parsable output allowing emacs to use next-error and previous-error (Thanks @Glyph) diff --git a/diff_cover/__init__.py b/diff_cover/__init__.py index 5a0a0216..76279d19 100644 --- a/diff_cover/__init__.py +++ b/diff_cover/__init__.py @@ -1,3 +1,3 @@ -VERSION = '1.0.3' +VERSION = '1.0.4' DESCRIPTION = 'Automatically find diff lines that need test coverage.' QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'