Skip to content

Commit

Permalink
bump: version 1.11.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent bd72177 commit 7e15953
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# Changelog
## 2.0.0 (2024-12-04)

### Feat

- **docker**: add uv support
- migrate pre-commit config
- **dependency_management_tool**: add uv support
- **poetry**: add package-mode support
- **github-actions**: make cruft-update python version configurable
- group Pipfile, pyproject.toml dependencies
- **pre-commit**: migrate pre-commit config
- **cookiecutter**: make python version a choice
- **cookiecutter**: Use boolean variable in cookiecutter.json
- **pre-commit**: add markdownlint and spellcheck
- **spellcheck**: initialize spelling worklist

### Fix

- **Dockerfile**: fix hadolint warning
- **pyproject.toml**: fix format

### Refactor

- extract package verison as varaiable and manage them in cookiecutter.json
- **github-actions**: extract setup-version and manage it throught _setup_uv_version variable
- simplify unnecessay cookiecutter.dependency_management_tool comparing
- **github-actions**: unify actions/setup-python version
- **github-actions**: unify actions/checkout version

## 1.11.0 (2024-08-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Not open source"
],
"auto_detect_update_from_cruft_template": false,
"_template_version": "1.11.0",
"_template_version": "2.0.0",
"_actions_checkout_version": "v4",
"_actions_setup_python_version": "v5",
"_setup_uv_version": "v3",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cookiecutter-python-template"
version = "1.11.0"
version = "2.0.0"
description = "Python Project template that supports PyPI publishment and basic docker image"
readme = "docs/README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -33,7 +33,7 @@ default-groups = ["dev", "test", "style", "security", "git", "doc"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.11.0"
version = "2.0.0"
tag_format = "$version"
version_files = ["cookiecutter.json", "pyproject.toml"]

Expand Down

0 comments on commit 7e15953

Please sign in to comment.