File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,20 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3333
3434_ Upcoming changes will be written here._
3535
36+ ### Bug Fixes
37+
38+ #### ` vcspull add ` : Fix legacy ` ./ ` heuristics for path-first flow (#484 )
39+
40+ - Path-based imports now always record their workspaces using the tilde label
41+ unless callers explicitly pass ` --workspace ./ ` , avoiding stray top-level
42+ ` ./ ` sections.
43+ - Duplicate-aware writes operate directly on the ordered loader output, keeping
44+ repeated workspace roots intact while removing the old ` config_items `
45+ scaffolding.
46+ - CLI decisions no longer round-trip through ` normalize_workspace_roots `
47+ unless duplicate merges are needed, reducing the chances of accidental YAML
48+ rewrites during ` --no-merge ` operations.
49+
3650## vcspull v1.46.0 (2025-11-02)
3751
3852### Bug Fixes
You can’t perform that action at this time.
0 commit comments