Skip to content

Commit 90f0732

Browse files
committed
Bump version: v0.2.5 → v0.2.6
1 parent 4318616 commit 90f0732

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
533
v0.2.5 (2025-08-11)
634
-------------------
735

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ license = {text = "GPL-3.0+"}
1616
name = "template-python"
1717
readme = "README.md"
1818
requires-python = ">=3.10.5"
19-
version = "0.2.5"
19+
version = "0.2.6"
2020

2121
[tool.bumpversion]
2222
allow_dirty = false
2323
commit = false
2424
commit_args = ""
25-
current_version = "0.2.5"
25+
current_version = "0.2.6"
2626
ignore_missing_files = false
2727
ignore_missing_version = false
2828
message = "Bump version: {current_version} → {new_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)