* Fixes issue where fail over was not being properly set by default. Thanks kasium https://github.com/Bachmann1234/diff_cover/pull/262
6.4.3
* Replaces jinja-pluralize with native jinja's i18n [Issue 259](https://github.com/Bachmann1234/diff_cover/issues/259) * Some dev dep updates
6.4.2
* Announces python 3.10 support. No Code changes required. Mostly so pypi has the right metadata
6.4.1
* 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
6.4.0
* Allows passing a root path in for ESLint with --report_root_path * Bump pluggy to 1.0 Thanks kasium for both of these!
6.3.5
* Including the tests dir pollutes the namespace so for now they are removed again