Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #339 - Fix compatibility issues with latest click #340

Merged
merged 5 commits into from
Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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