Update versioning notes and changelog

This commit is contained in:
Jage9
2026-03-09 02:50:48 -04:00
parent 2bb03701a6
commit ef656b2b39
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@
## Versioning & Configuration ## Versioning & Configuration
- Bump `client/public/version.js` on every user-visible client change using shared release version + client revision metadata (`CHGRID_RELEASE_VERSION` and `CHGRID_CLIENT_REVISION`, for example `0.1.1` + `R350`). - Bump `client/public/version.js` on every user-visible client change using shared release version + client revision metadata (`CHGRID_RELEASE_VERSION` and `CHGRID_CLIENT_REVISION`, for example `0.1.1` + `R350`).
- Keep the server-only revision in `server/app/version.py`; server revisions do not require a client version bump unless browser code/assets changed. - Keep the server-only revision in `server/app/version.py` (for example `S350`); server revisions do not require a client version bump unless browser code/assets changed.
- Commit each completed logical change; include the version bump in that same commit when client behavior changes. - Commit each completed logical change; include the version bump in that same commit when client behavior changes.
- Docs-only changes do not require a version bump unless explicitly requested. - Docs-only changes do not require a version bump unless explicitly requested.
- Do not duplicate version constants elsewhere in client code. - Do not duplicate version constants elsewhere in client code.

View File

@@ -3,6 +3,7 @@
{ {
"date": "March 8, 2026", "date": "March 8, 2026",
"items": [ "items": [
"First public release, v0.1.0.",
"Added a command palette with Shift+K, Shift+F10, or the Applications key to show all available commands." "Added a command palette with Shift+K, Shift+F10, or the Applications key to show all available commands."
] ]
}, },