diff --git a/.gitignore b/.gitignore index a7e9064..8373903 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /diff_cover-0.9.6.tar.gz /diff_cover-0.9.7.tar.gz /diff_cover-0.9.8.tar.gz +/diff_cover-0.9.9.tar.gz diff --git a/python-diff-cover.spec b/python-diff-cover.spec index 83380b1..79e6df1 100644 --- a/python-diff-cover.spec +++ b/python-diff-cover.spec @@ -1,5 +1,5 @@ Name: python-diff-cover -Version: 0.9.8 +Version: 0.9.9 Release: 1%{?dist} Summary: Automatically find diff lines that need test coverage @@ -127,6 +127,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/diff_cover-%{version}-*.egg-info %changelog +* Tue Aug 16 2016 David Shea - 0.9.9-1 +- Fix bug where only one file was being checked in diff-quality +- Fix bug where diff-quality would attempt to read deleted files + * Thu Jul 28 2016 David Shea 0.9.8-1 - Fixes to ESLINT to work with 2.13 diff --git a/sources b/sources index 5a905e3..6536b31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc5826adb7a714edba9fc2b887b65aa5 diff_cover-0.9.8.tar.gz +67650b24a0c9d442dd30f2e52466e9f6 diff_cover-0.9.9.tar.gz