From 870b97b0ace6792b18a710e85f78bf7731efa326 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 7 Jul 2026 20:21:27 +0200 Subject: fix: reconcile backup, versioned change report, no double report Review findings before v1.2.0 deploy: - apply mode now writes a .bak before mutating (parity with every other mutator; the --force recovery path had no rollback) - the changed-deps report shows old->new basenames so bumps are visible, not the version-stripped 'dep -> dep' - apply mode no longer re-prints the report (report/apply split) Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a156f..bb42635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ All notable changes to this project are documented here. The format is based on reconcile without changing the hint. - `--force` flag (check-only): run the bundled-dep reconcile even when the primary version is unchanged (e.g. to retry after a failed manifest fetch). +- The bundled-dep reconcile writes a `.bak` before mutating a hint (parity with + every other mutator, so a `--force` reconcile is recoverable), and its change + report shows old and new URL basenames so version bumps are visible before you + confirm. ## [1.1.3] - 2026-07-07 -- cgit v1.2.3