Skip to content

Commit 3964fcc

Browse files
sotarokclaude
andcommitted
chore: prepare for v0.8.3 release
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a617e2e commit 3964fcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.3] - 2026-05-29
11+
1012
### Performance
1113
- `gw end` and `gw clean` no longer re-fetch `origin/<main>` inside the merge-status safety check. The fetch is now done once up-front by `fetch_before_command` (and skipped by `--no-fetch`), so `gw clean` over N worktrees no longer triggers N redundant network round-trips.
1214
- `gw clean` now runs safety checks for all worktrees in parallel, and `gw end` runs its three safety checks (uncommitted changes / unpushed commits / merge status) concurrently. Both rely on `git -C <path>` instead of `os.Chdir`, so per-worktree work no longer serializes on the process cwd.

0 commit comments

Comments
 (0)