Skip to content

Commit dfc11aa

Browse files
chore(release): prepare 0.2.5 (#216)
* chore(release): prepare 0.2.5 Ship the git cache refresh fix so published uvx users pick up remote template-bank renames without deleting ~/.cache/cpa. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(docs): rename 0.2.5 changelog section to avoid MD024 Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 75601c7 commit dfc11aa

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.5 - 2026-07-18
4+
5+
### Git cache
6+
7+
- Git cache refresh now advances HEAD to the remote default tip when `?ref=` is unset (CNA pull parity)
8+
- Force-refresh when a configured template/extension `subdir` is missing from a warm cache (fixes post-rename `ManifestLoadError` for `all-github-setup` and friends)
9+
310
## 0.2.4 - 2026-07-18
411

512
### Prompt rendering

packages/create-awesome-python-app/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "create-awesome-python-app"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Composable scaffolding CLI for production-ready Python apps"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
license = "MIT"
88
dependencies = [
9-
"create-python-app-core>=0.2.4",
9+
"create-python-app-core>=0.2.5",
1010
"questionary>=2.1.1",
1111
"rich>=15.0.0",
1212
"typer>=0.27.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Create Awesome Python App CLI."""
22

3-
__version__ = "0.2.4"
3+
__version__ = "0.2.5"

packages/create-python-app-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "create-python-app-core"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Scaffolding engine for Create Awesome Python App"
55
readme = "README.md"
66
requires-python = ">=3.12"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.2.5"

0 commit comments

Comments
 (0)