We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406e792 commit 0af01a5Copy full SHA for 0af01a5
CHANGELOG
@@ -1,3 +1,8 @@
1
+8/19/2021 v6.3.3
2
+
3
+* Fix issue where files that start with a space will trigger a crash.
4
+* Fix issue where source dist had a setup.py that would not build properly
5
6
8/19/2021 v6.3.2
7
8
* Fix issue where untracked files that start with space would trigger a crash. (Thanks
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"
0 commit comments