Skip to content

Commit b8ee4d4

Browse files
Release v3.3.0 (#404)
1 parent 7b9d55a commit b8ee4d4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Unreleased
1+
v3.3.0 - 22 Nov 2022
22
----------------------
3+
Features:
4+
* [#401](https://github.com/godaddy/tartufo/pull/401) - Add report output format
35

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

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

1514
v3.2.1 - 20 July 2022
1615
----------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ maintainers = ["GoDaddy <[email protected]>"]
3232
name = "tartufo"
3333
readme = "README.md"
3434
repository = "https://github.com/godaddy/tartufo/"
35-
version = "3.2.1"
35+
version = "3.3.0"
3636

3737
[tool.poetry.scripts]
3838
tartufo = "tartufo.cli:main"

0 commit comments

Comments
 (0)