Skip to content

Releases: Bachmann1234/diff_cover

v6.5.1

22 Jun 22:08
v6.5.1
dbdb64f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1

V6.5.0

16 Apr 01:39
v6.5.0
f7ea515
Compare
Choose a tag to compare

What's Changed

  • Fixes #276: correct regular expression for multi_line_violation_regex by @kozlovsky in #277

New Contributors

Full Changelog: v6.4.5...v6.5.0

v6.4.5

24 Mar 22:32
v6.4.5
c204515
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.4...v6.4.5

v6.4.4

06 Dec 02:18
v6.4.4
2ac8dc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.3...v6.4.4

Version 6.4.3

03 Dec 00:17
v6.4.3
9062b85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.2...v6.4.3

Version 6.4.2

06 Oct 17:47
v6.4.2
fc4be97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.1...v6.4.2

Version 6.4.1

26 Sep 16:35
v6.4.1
c2f870e
Compare
Choose a tag to compare
  • Re add tests to the source distribution. Should not pollute namespace this
    time. Thanks @dvzrv !
  • Only require setuptools if you are using python < 3.8

Version 6.4.0

17 Sep 01:52
v6.4.0
cbbdd79
Compare
Choose a tag to compare
  • Allows passing a root path in for ESLint with --report_root_path
  • Bump pluggy to 1.0
    Thanks @kasium for both of these!

Version 6.3.4

24 Aug 23:48
v6.3.4
9043276
Compare
Choose a tag to compare
  • Ensures tests are in the dist files

Version 6.3.3

20 Aug 02:26
v6.3.3
0af01a5
Compare
Choose a tag to compare
  • Fix issue where files that start with a space will trigger a crash.
  • Fix issue where source dist had a setup.py that would not build properly