Skip to content

Commit

Permalink
Release v3.3.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmimani authored Nov 23, 2022
1 parent 7b9d55a commit b8ee4d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Unreleased
v3.3.0 - 22 Nov 2022
----------------------
Features:
* [#401](https://github.com/godaddy/tartufo/pull/401) - Add report output format

Bug fixes:

* [#375](https://github.com/godaddy/tartufo/pull/376) - Update the "Password in URL" default_regexes.json to identify the following:
* usernames of lengths between 3-40
* passwords of length between 3-40
* URL domain name, port, path, query parameters, and fragments of any length

* [#372](https://github.com/godaddy/tartufo/pull/372)
- [#371](https://github.com/godaddy/tartufo/issues/371) Handle the case where exclude-signatures is a list of strings
- [#373](https://github.com/godaddy/tartufo/issues/373) Pass a string to click.echo rather than bytes
* [#372](https://github.com/godaddy/tartufo/pull/372) Handle the case where exclude-signatures is a list of strings

v3.2.1 - 20 July 2022
----------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maintainers = ["GoDaddy <[email protected]>"]
name = "tartufo"
readme = "README.md"
repository = "https://github.com/godaddy/tartufo/"
version = "3.2.1"
version = "3.3.0"

[tool.poetry.scripts]
tartufo = "tartufo.cli:main"
Expand Down

0 comments on commit b8ee4d4

Please sign in to comment.