From a6d44bc248d0935ce6f83f51982d6b7ca7a55f93 Mon Sep 17 00:00:00 2001 From: Scott Bailey <72747501+rbailey-godaddy@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:25:23 -0400 Subject: [PATCH] Release v5.0.1 (#538) Bump version and insert CHANGELOG date Co-authored-by: Scott Bailey --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b6676d..2d917dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -v5.0.1 - July XX 2024 +v5.0.1 - July 25 2024 --------------------- * [#537](https://github.com/godaddy/tartufo/pull/537) - Add support for python 3.12, and update dependencies to latest versions. +* [#532](https://github.com/godaddy/tartufo/pull/532) - Add support for latest + pygit versions. v5.0.0 - March 14 2024 ---------------------- diff --git a/pyproject.toml b/pyproject.toml index 5750bde8..72316817 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 = "5.0.0" +version = "5.0.1" [tool.poetry.scripts] tartufo = "tartufo.cli:main"