Skip to content

Commit 5a586b0

Browse files
committed
chore: release
1 parent 6ee8d5b commit 5a586b0

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.agent/archive/plugin-template-rendering-fix_20260125/plan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@
3737
- [ ] Run `make lint` to ensure no regressions in code style or types.
3838
- [x] Task: Checkpoint - Verify Phase 3 complete and create recovery point [checkpoint: 1bfa864]
3939
- [x] Task: Flow - User Manual Verification 'Integration and Quality' (Protocol in workflow.md)
40-
- [ ] Task: Flow - User Manual Verification 'Integration and Quality' (Protocol in workflow.md)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
name = "litestar-start"
1717
readme = "README.md"
1818
requires-python = ">=3.13"
19-
version = "0.1.0a14"
19+
version = "0.1.0a15"
2020

2121
[project.scripts]
2222
litestar-start = "src.cli:main"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Litestar Start - Interactive CLI to scaffold Litestar projects."""
22

3-
__version__ = "0.1.0a14"
3+
__version__ = "0.1.0a15"
44
__all__ = ["__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)