Skip to content

Commit

Permalink
Version v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Jun 24, 2021
1 parent 3037bcb commit 8e0fa7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6/24/2021 v5.4.0

* Some tweaks to the readme
* Changes to how flake8 is parsed allowing diff_quality to support error codes that dont conform to the suggested 3 letter 3 digit form
* Adds option to show snippets in the console report to help provide context for violations
* Some tests migrated from unit test's class based approach to pytests functional approach

All of these are due to @kasium Thanks for all you have done to this point!

6/22/2021 v5.3.0

* Adds 'num_changed_lines' to json report. Thanks @kasium https://github.com/Bachmann1234/diff_cover/issues/170
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 = "5.3.0"
VERSION = "5.4.0"
DESCRIPTION = "Automatically find diff lines that need test coverage."
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."

0 comments on commit 8e0fa7e

Please sign in to comment.