Skip to content

Commit c5fbbf5

Browse files
Release 6.0.0 (#549)
Bump the version and update the changelog. We consider dropping support for python versions to be a breaking change; thus the major version bump. There are no behavioral changes to tartufo itself. Co-authored-by: Scott Bailey <scott.bailey@godaddy.com>
1 parent 774d5cf commit c5fbbf5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v6.0.0 - November 4 2025
2+
------------------------
3+
4+
The version bump is solely to indicate removal of support for EOL python versions.
5+
Users with python older than 3.10 should stick with the previous version. Users
6+
who want to use python 3.14 should upgrade; others won't care.
7+
8+
Features:
9+
* [#547](https://github.com/godaddy/tartufo/pull/547)
10+
- Drop support for python 3.8; this version reached end of support on 7 October 2024
11+
- Add support for python 3.14
12+
- Convert to poetry 2.x
13+
* [#548](https://github.com/godaddy/tartufo/pull/548)
14+
- Drop support for python 3.9; this version reached end of support on 31 October 2025
15+
- The container image is now based on python 3.13
16+
17+
Additionally, several library dependencies have been updated.
18+
119
v5.0.2 - October 17 2024
220
------------------------
321

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ maintainers = [{ name = "GoDaddy", email = "oss@godaddy.com" }]
3939
name = "tartufo"
4040
readme = "README.md"
4141
requires-python = ">=3.10"
42-
version = "5.0.2"
42+
version = "6.0.0"
4343

4444
[project.scripts]
4545
tartufo = "tartufo.cli:main"

0 commit comments

Comments
 (0)