From 24b802baa35aaa43f20cfddc7d411dd2e985e92a Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Tue, 30 Jun 2026 04:01:13 +0300 Subject: [PATCH] docs(changelog): sync compare-links for the 0.94.0 release (#258) The [Unreleased] compare link still pointed at v0.93.0 even though the 0.94.0 release section already exists, and there was no [0.94.0] link-reference at all (the header was unresolvable). Point [Unreleased] at v0.94.0...HEAD and add [0.94.0]: v0.93.0...v0.94.0 so every version header resolves. closes #258 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30530780..ae01ac01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -514,6 +514,7 @@ knowledge layer, an embedded MCP server, and the Gitmost rebrand. - Build: drop the private EE submodule, retarget CI to GHCR, and update the Docker image to the GHCR registry. -[Unreleased]: https://github.com/vvzvlad/gitmost/compare/v0.93.0...HEAD +[Unreleased]: https://github.com/vvzvlad/gitmost/compare/v0.94.0...HEAD +[0.94.0]: https://github.com/vvzvlad/gitmost/compare/v0.93.0...v0.94.0 [0.93.0]: https://github.com/vvzvlad/gitmost/compare/v0.91.0...v0.93.0 [0.91.0]: https://github.com/vvzvlad/gitmost/compare/v0.90.1...v0.91.0 -- 2.49.1