Skip to content

Commit 7e15953

Browse files
bump: version 1.11.0 → 2.0.0
1 parent bd72177 commit 7e15953

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
# Changelog
2+
## 2.0.0 (2024-12-04)
3+
4+
### Feat
5+
6+
- **docker**: add uv support
7+
- migrate pre-commit config
8+
- **dependency_management_tool**: add uv support
9+
- **poetry**: add package-mode support
10+
- **github-actions**: make cruft-update python version configurable
11+
- group Pipfile, pyproject.toml dependencies
12+
- **pre-commit**: migrate pre-commit config
13+
- **cookiecutter**: make python version a choice
14+
- **cookiecutter**: Use boolean variable in cookiecutter.json
15+
- **pre-commit**: add markdownlint and spellcheck
16+
- **spellcheck**: initialize spelling worklist
17+
18+
### Fix
19+
20+
- **Dockerfile**: fix hadolint warning
21+
- **pyproject.toml**: fix format
22+
23+
### Refactor
24+
25+
- extract package verison as varaiable and manage them in cookiecutter.json
26+
- **github-actions**: extract setup-version and manage it throught _setup_uv_version variable
27+
- simplify unnecessay cookiecutter.dependency_management_tool comparing
28+
- **github-actions**: unify actions/setup-python version
29+
- **github-actions**: unify actions/checkout version
30+
231
## 1.11.0 (2024-08-28)
332

433
### Feat

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Not open source"
3535
],
3636
"auto_detect_update_from_cruft_template": false,
37-
"_template_version": "1.11.0",
37+
"_template_version": "2.0.0",
3838
"_actions_checkout_version": "v4",
3939
"_actions_setup_python_version": "v5",
4040
"_setup_uv_version": "v3",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cookiecutter-python-template"
3-
version = "1.11.0"
3+
version = "2.0.0"
44
description = "Python Project template that supports PyPI publishment and basic docker image"
55
readme = "docs/README.md"
66
requires-python = ">=3.9"
@@ -33,7 +33,7 @@ default-groups = ["dev", "test", "style", "security", "git", "doc"]
3333

3434
[tool.commitizen]
3535
name = "cz_conventional_commits"
36-
version = "1.11.0"
36+
version = "2.0.0"
3737
tag_format = "$version"
3838
version_files = ["cookiecutter.json", "pyproject.toml"]
3939

0 commit comments

Comments
 (0)