@@ -37,7 +37,7 @@ _Notes on upcoming releases will be added here_
3737
3838### New features
3939
40- #### New command: ` vcspull worktree ` (#507 )
40+ #### New command: ` vcspull worktree ` (#508 )
4141
4242Declarative git worktree management. Configure worktrees per-repo in YAML
4343targeting tags, branches, or commits, then list, sync, and prune them.
@@ -129,7 +129,7 @@ $ vcspull worktree list --ndjson
129129- Pattern filtering : all subcommands accept glob patterns to target specific
130130 repositories
131131
132- # ### `vcspull worktree`: Integration with `vcspull sync` (#507 )
132+ # ### `vcspull worktree`: Integration with `vcspull sync` (#508 )
133133
134134Sync repositories and their worktrees in one pass with
135135`--include-worktrees` :
@@ -152,18 +152,18 @@ when `--exit-on-error` is set.
152152# ## Bug fixes
153153
154154- ` vcspull discover` now correctly distinguishes git worktrees from
155- submodules by inspecting the `.git` file target path (#507 )
155+ submodules by inspecting the `.git` file target path (#508 )
156156- Config reader : fix false duplicate-key detection in nested list mappings
157- inside `_DuplicateTrackingSafeLoader` (#507 )
157+ inside `_DuplicateTrackingSafeLoader` (#508 )
158158
159159# ## Internal / Development
160160
161161- New exception hierarchy : ` WorktreeError` base with `WorktreeConfigError`,
162- ` WorktreeRefNotFoundError` , and `WorktreeDirtyError` subtypes (#507 )
162+ ` WorktreeRefNotFoundError` , and `WorktreeDirtyError` subtypes (#508 )
163163- ` WorktreeCheck` audit trail attached to every plan entry for
164- debuggability (#507 )
164+ debuggability (#508 )
165165- Comprehensive worktree test suite covering planning, sync, prune, CLI
166- handlers, and edge cases (#507 )
166+ handlers, and edge cases (#508 )
167167
168168# # vcspull v1.55.0 (2026-02-15)
169169
0 commit comments