From 670f7d3fb21e0a4d65936b772c0da190a20f8d45 Mon Sep 17 00:00:00 2001 From: Citali Date: Tue, 10 Feb 2026 12:58:42 +0100 Subject: [PATCH] chore(release): initialize versioning roadmap and changelog --- CHANGELOG.md | 10 ++++++++++ TODO.md | 6 ++++++ package.json | 1 + 3 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00847ec..fc9c996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.1.0 (2026-02-10) + +### Features + +* **auth:** add better-auth core wiring for admin and db ([ba8abb3](https://git.fellies.net/Citali/cms.fellies.org/commit/ba8abb3b1bc42f87bc19460107311f53b27799d8)) +* **rbac:** enforce admin access checks and document permission model ([947cb0a](https://git.fellies.net/Citali/cms.fellies.org/commit/947cb0a3d79104d82c4b97fb6584633b4c6a7c92)) + +### Bug Fixes + +* **next:** migrate admin middleware to proxy convention ([efb93f2](https://git.fellies.net/Citali/cms.fellies.org/commit/efb93f212bc8d8976fc6b443e415be812d12961a)) # Changelog All notable changes to this project will be documented in this file. diff --git a/TODO.md b/TODO.md index 3470f13..67aaddb 100644 --- a/TODO.md +++ b/TODO.md @@ -93,6 +93,12 @@ This file is the single source of truth for roadmap and delivery progress. - [ ] [P2] Define branch lifecycle for `todo/*`, `refactor/*`, and `code/*` - [x] [P2] Conventional commit schema documentation (`CONTRIBUTING.md`) - [x] [P2] Changelog scaffold and generation scripts (`CHANGELOG.md`, `bun run changelog:*`) +- [ ] [P1] Versioning policy definition (SemVer strategy + when to bump major/minor/patch) +- [ ] [P1] Source of truth for version (`package.json` root) and release tagging rules (`vX.Y.Z`) +- [ ] [P1] Build metadata policy for git hash (`+sha.`) in app runtime footer +- [ ] [P1] App footer implementation plan for version + commit hash (admin + web) +- [ ] [P2] Automated version injection in CI (stamping build from tag + commit hash) +- [ ] [P2] Validation tests for displayed version/hash consistency per deployment - [ ] [P1] Release tagging and changelog publication policy in CI ## MVP 1: Core CMS Business Features diff --git a/package.json b/package.json index 48f9595..764913e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "cms-monorepo", + "version": "0.1.0", "private": true, "packageManager": "bun@1.3.5", "workspaces": [