diff --git a/CHANGELOG b/CHANGELOG index 102071f6..443bb5fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +8/24/2021 v6.3.4 + +* Ensures tests are in the dist files + 8/19/2021 v6.3.3 * Fix issue where files that start with a space will trigger a crash. diff --git a/pyproject.toml b/pyproject.toml index 3543c6c2..ac5fa4fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "6.3.3" +version = "6.3.4" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"