Skip to content

Commit

Permalink
Version 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Jul 9, 2021
1 parent 634d0a1 commit 79b899e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
7/09/2021 v6.1.1

* Undoes a change making a implemented method abstract. Turned out existing plugins depended on this.

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
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.1.0"
VERSION = "6.1.1"
DESCRIPTION = "Automatically find diff lines that need test coverage."
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."

0 comments on commit 79b899e

Please sign in to comment.