-
Notifications
You must be signed in to change notification settings - Fork 0
Releases
MohamedAshrafElsaed edited this page Jul 9, 2026
·
1 revision
Loupe uses Semantic Versioning (MAJOR.MINOR.PATCH) and ships
through GitHub Releases backed by git tags (vX.Y.Z).
-
MAJOR — breaking changes to a public contract (SDK
initconfig, API routes, MCP tools, DB schema). - MINOR — backward-compatible features.
- PATCH — backward-compatible fixes.
Every release must update the documentation. A version bump is not done until the changelog, wiki, and landing version reflect it.
- Update
CHANGELOG.md— move "Unreleased" entries under the new version + date. - Bump
versionin the affectedpackage.jsonfiles. - Update the docs: this Changelog page, any changed feature/usage pages, and the landing page's version.
- Commit, then tag:
git tag vX.Y.Z && git push origin vX.Y.Z. - The release workflow (
.github/workflows/release.yml) creates the GitHub Release from the changelog.
The full checklist lives in
RELEASING.md.
The rule is also encoded in the project's CLAUDE.md so AI agents follow it automatically.
See the Changelog and all releases.
Loupe — pin feedback to the live UI, hand it to Claude. MIT licensed. GitHub · Landing page · Changelog · Report an issue
Get started
Concepts
Reference