From b8ee4d4d8c5929dd85a99325f6d3a51aa4250bac Mon Sep 17 00:00:00 2001 From: Sushant Mimani Date: Tue, 22 Nov 2022 16:34:12 -0800 Subject: [PATCH] Release v3.3.0 (#404) --- CHANGELOG.md | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f07c62b..4f26af3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ---------------------- diff --git a/pyproject.toml b/pyproject.toml index 13a7b89e..849a586d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ maintainers = ["GoDaddy "] 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"