Skip to content

Commit 8e0fa7e

Browse files
committed
Version v5.4.0
1 parent 3037bcb commit 8e0fa7e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
6/24/2021 v5.4.0
2+
3+
* Some tweaks to the readme
4+
* Changes to how flake8 is parsed allowing diff_quality to support error codes that dont conform to the suggested 3 letter 3 digit form
5+
* Adds option to show snippets in the console report to help provide context for violations
6+
* Some tests migrated from unit test's class based approach to pytests functional approach
7+
8+
All of these are due to @kasium Thanks for all you have done to this point!
9+
110
6/22/2021 v5.3.0
211

312
* Adds 'num_changed_lines' to json report. Thanks @kasium https://github.com/Bachmann1234/diff_cover/issues/170

diff_cover/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is imported in setup.py and cannot use any external dependencies
22

3-
VERSION = "5.3.0"
3+
VERSION = "5.4.0"
44
DESCRIPTION = "Automatically find diff lines that need test coverage."
55
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."

0 commit comments

Comments
 (0)