Skip to content

Commit

Permalink
Version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Jul 8, 2021
1 parent 99dbd79 commit a66af47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
7/08/2021 v6.1.0

* New flag `--include-untracked` to give people the option to run against files that are not being tracked by git currently Thanks @kasium
* Improved handling when the user provides a report file that does not exist (the app will fail instead of just saying there were no results) Thanks @kasium
* More progress to moving tests to pytest style tests Thanks @kasium
* More static analysis clean up. Thanks @kasium again!

Another all @kasium release!


7/04/2021 v6.0.0

* As github, gitlab, and git itself have been changing their default branch to main this release changes the default 'compare-branch' to 'main' as well. If your project is using 'master' as a default branch add the following to your build `--compare-branch origin/master`
Expand Down
2 changes: 1 addition & 1 deletion diff_cover/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is imported in setup.py and cannot use any external dependencies

VERSION = "6.0.0"
VERSION = "6.1.0"
DESCRIPTION = "Automatically find diff lines that need test coverage."
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."

0 comments on commit a66af47

Please sign in to comment.