From efeeeb045ee8f7d92bc718c40661df0f5fb070c7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 8 Jul 2026 11:25:38 +0200 Subject: fix: version-aware bundled-dep reconcile; release v1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reconcile_bundle_deps flagged a dep as changed on raw URL-string inequality. Manifests serve bare-tag archive URLs (.../archive/v0.26.7.tar.gz) while hints use the SBo-fetched tree shape (.../archive/v0.26.7/tree-sitter-0.26.7.tar.gz) — same version, different path — so every dep was reported changed at a version that had not moved. Add _url_version to parse and normalize the version from a URL basename, and detect change by version rather than URL string. Only rewrite a line when the version actually differs. Change report now shows "name old-ver -> new-ver". Regression test T-BM17 pins the same-version, different-shape case as no change (180 passed). Bump MKHINT_VERSION and man title to 1.2.1, rebuild mkhint.1.gz. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bb42635..32fe3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [1.2.1] - 2026-07-08 + +### Fixed +- Bundled-dep reconcile now detects change by upstream version, not raw URL + string. Manifests serve bare-tag archive URLs + (`.../archive/v0.26.7.tar.gz`) while hints use the SBo-fetched tree shape + (`.../archive/v0.26.7/tree-sitter-0.26.7.tar.gz`); these are the same + version in different path shapes, so the old string comparison flagged every + dep as changed at a version that had not moved. Reconcile now extracts the + version from each URL (`_url_version`) and only rewrites a line when the + version actually differs. +- The changed-deps report now shows `name old-ver -> new-ver` from the parsed + identity and version, instead of version-stripped URL basenames. + ## [1.2.0] - 2026-07-07 ### Added -- cgit v1.2.3