Skip to content

Commit a6d44bc

Browse files
Release v5.0.1 (#538)
Bump version and insert CHANGELOG date Co-authored-by: Scott Bailey <[email protected]>
1 parent c4743da commit a6d44bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
v5.0.1 - July XX 2024
1+
v5.0.1 - July 25 2024
22
---------------------
33

44
* [#537](https://github.com/godaddy/tartufo/pull/537) - Add support for python
55
3.12, and update dependencies to latest versions.
6+
* [#532](https://github.com/godaddy/tartufo/pull/532) - Add support for latest
7+
pygit versions.
68

79
v5.0.0 - March 14 2024
810
----------------------

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 = "5.0.0"
35+
version = "5.0.1"
3636

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

0 commit comments

Comments
 (0)