Skip to content

Commit 199c8a8

Browse files
bump: version 1.11.0 → 2.0.0
1 parent 342f421 commit 199c8a8

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
## 2.0.0 (2024-11-20)
3+
4+
### Feat
5+
6+
- group Pipfile, pyproject.toml dependencies
7+
- **pre-commit**: migrate pre-commit config
8+
- **cookiecutter**: make python version a choice
9+
- Use boolean variable in cookiecutter.json
10+
- **pre-commit**: add markdownlint and spellcheck
11+
- **spellcheck**: initialize spelling worklist
12+
- **linter**: add markdownlint
13+
14+
### Fix
15+
16+
- **github-actions**: fix cruft-update python version
17+
- **github-actions**: unify actions/setup-python version
18+
- **github-actions**: unify actions/checkout version
19+
- **Dockerfile**: fix hadolint warning
20+
- **pyproject.toml**: fix format
21+
22+
### Refactor
23+
24+
- simplify unnecessay cookiecutter.dependency_management_tool comparing
25+
226
## 1.11.0 (2024-08-28)
327

428
### Feat

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Not open source"
3434
],
3535
"auto_detect_update_from_cruft_template": false,
36-
"_template_version": "1.11.0",
36+
"_template_version": "2.0.0",
3737
"_actions_checkout_version": "v4",
3838
"_actions_setup_python_version": "v5"
3939
}

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"
@@ -32,7 +32,7 @@ default-groups = ["dev", "test", "style", "security", "git", "doc"]
3232

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

0 commit comments

Comments
 (0)