diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-07 20:21:27 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-07 20:24:29 +0200 |
| commit | 870b97b0ace6792b18a710e85f78bf7731efa326 (patch) | |
| tree | 230fdd25f89b820efbe9090744c813b94f2f0387 /CHANGELOG.md | |
| parent | d792150c601c2f516ed9360d9ce6aad0bf6257f5 (diff) | |
| download | mkhintfile-870b97b0ace6792b18a710e85f78bf7731efa326.tar.gz mkhintfile-870b97b0ace6792b18a710e85f78bf7731efa326.zip | |
fix: reconcile backup, versioned change report, no double reportv1.2.0
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 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
