diff --git a/CHANGELOG b/CHANGELOG index 01945ad2..102071f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +8/19/2021 v6.3.3 + +* Fix issue where files that start with a space will trigger a crash. +* Fix issue where source dist had a setup.py that would not build properly + 8/19/2021 v6.3.2 * Fix issue where untracked files that start with space would trigger a crash. (Thanks diff --git a/pyproject.toml b/pyproject.toml index 0878aebd..bac2d516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "6.3.2" +version = "6.3.3" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"