Skip to content

v0.1.1 — Rename VERSION to TEMPLATE_VERSION

Latest

Choose a tag to compare

@lpakula lpakula released this 11 May 18:48
· 1 commit to main since this release

v0.1.1 — Rename VERSION to TEMPLATE_VERSION

Released: 2026-05-11

Breaking Changes

VERSIONTEMPLATE_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_VERSION

New 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