From 7084c48cf891dd08638350b6c1e1894a4e0a6247 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Thu, 15 Jan 2026 08:21:13 +0100 Subject: [PATCH] docs(changelog): add version sync infrastructure entry Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c9c11..1cd9577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added - Version Sync Infrastructure + +Single source of truth for versioning across all documentation. + +#### New Files +- **VERSION** - Canonical version file (single source of truth) +- **scripts/sync-version.sh** - Automated version synchronization script + - `--check` mode for CI validation (exit 1 if mismatch) + - Auto-fixes all 3.x.x versions across docs + - macOS/Linux compatible + +#### Fixed +- **Version inconsistencies resolved**: + - guide/cheatsheet.md: 3.5.0 → 3.6.0 + - guide/ultimate-guide.md: 3.0.7, 3.5.0 → 3.6.0 + - machine-readable/reference.yaml: 3.5.0 → 3.6.0 + +--- + ### Improved - README.md Navigation & Structure Documentation alignment and navigation improvements.