Skip to content

Commit

Permalink
Fixes #339 - Fix compatibility issues with latest click (#340)
Browse files Browse the repository at this point in the history
* Fix click version incompatibilities

* Upgrade to latest black for click compatibility

* Fix a pylint error on naming

* Version bump for quick bugfix release

* More strict version pinning for click on Python 3.6
  • Loading branch information
tarkatronic authored Mar 28, 2022
1 parent 50a81d7 commit 06c2499
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 230 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
v3.1.2 - 28 March 2022
----------------------

Bug fixes:

* [#339](https://github.com/godaddy/tartufo/issues/339) - Fix `click` compatibility issues. Specifically:
* Pin to < 8.1.0 for Python 3.6, as support for that version was dropped
* Pin to >= 8.1.0 for Python 3.7+, and change `resultcallback` usage to `result_callback`
* Upgraded to the latest version of `black`

v3.1.1 - 25 March 2022
----------------------

Bug Fixes:
Bug fixes:

* [#336](https://github.com/godaddy/tartufo/issues/336) - `_issue_file` was not defined by default, causing all scans to fail

Expand All @@ -12,7 +22,7 @@ Features:

* [#328](https://github.com/godaddy/tartufo/pull/328) - Buffer issues beyond --buffer-size to a temporary file

Bug Fixes:
Bug fixes:

* [#330](https://github.com/godaddy/tartufo/pull/330) - Allow newer versions of pygit2 for newer versions of Python

Expand Down
Loading

0 comments on commit 06c2499

Please sign in to comment.