v0.1.1 — Rename VERSION to TEMPLATE_VERSION
Released: 2026-05-11
Breaking Changes
VERSION → TEMPLATE_VERSION — The version tracking file was renamed to avoid colliding with project-level VERSION files that consuming projects may already have.
If your project copied VERSION from the template, rename it:
git mv VERSION TEMPLATE_VERSIONNew Features
None.
Improvements
None.
Bug Fixes
None.
Dependency Updates
None.
Upgrade Instructions
1. Rename the file
git mv VERSION TEMPLATE_VERSION
git commit -m "chore: rename VERSION to TEMPLATE_VERSION"2. Update TEMPLATE_VERSION value
echo "0.1.1" > TEMPLATE_VERSION