diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-07 19:33:24 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-07 19:33:24 +0200 |
| commit | d792150c601c2f516ed9360d9ce6aad0bf6257f5 (patch) | |
| tree | 560b1201ac77e6b8293f33fe40331c1d0529eca2 /CHANGELOG.md | |
| parent | 2eaf912bc419266c521343fda1279f2467c87dbe (diff) | |
| download | mkhintfile-d792150c601c2f516ed9360d9ce6aad0bf6257f5.tar.gz mkhintfile-d792150c601c2f516ed9360d9ce6aad0bf6257f5.zip | |
docs: document bundled-dep reconcile + --force; release v1.2.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7278c2..c5a156f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.0] - 2026-07-07 + +### Added +- Manifest-driven bundled-dep updates. Packages listed in the new + `BUNDLE_MANIFEST_FILE` (`<pkg> <deps-url-template>`) have their extra + `DOWNLOAD` lines reconciled against an upstream deps manifest (e.g. neovim's + `cmake.deps/deps.txt`) during `--check`: matched lines are rewritten to the + manifest's pinned URLs and their checksums recomputed. `--new` reports the + 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). + ## [1.1.3] - 2026-07-07 ### Fixed |
