File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed
Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,34 @@ Changelog
22=========
33
44
5+ v0.2.6 (2026-03-20)
6+ -------------------
7+
8+ Changes
9+ -------
10+
11+ - Rename repository.
12+ - Add src as known first party.
13+ - Retain default patterns to exclude.
14+
15+
16+ Fixes
17+ -----
18+
19+ - Rename repository.
20+ - Ignore jinja2 transitive dependency.
21+ - Validate project_slug.
22+
23+
24+ Other
25+ -----
26+
27+ - Chore: update dependencies.
28+ - Fix typo in README regarding copier_template_extensions.
29+ - Update README.md.
30+ - Docs: update and improve how to update section.
31+
32+
533v0.2.5 (2025-08-11)
634-------------------
735
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ license = {text = "GPL-3.0+"}
1616name = " template-python"
1717readme = " README.md"
1818requires-python = " >=3.10.5"
19- version = " 0.2.5 "
19+ version = " 0.2.6 "
2020
2121[tool .bumpversion ]
2222allow_dirty = false
2323commit = false
2424commit_args = " "
25- current_version = " 0.2.5 "
25+ current_version = " 0.2.6 "
2626ignore_missing_files = false
2727ignore_missing_version = false
2828message = " Bump version: {current_version} → {new_version}"
You can’t perform that action at this time.
0 commit comments