chore(main): release 0.7.0#21
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
a588a0a to
6f2c6e7
Compare
7abcfe6 to
d11e3ad
Compare
fd290dc to
8db0c98
Compare
8db0c98 to
e06d4de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.7.0 (2026-05-19)
⚠ BREAKING CHANGES
ws add <url>no longer creates a plain checkout. The on-disk shape is nowpersonal/<name>.bare/+personal/<name>/worktree, identical to whatws bootstrapproduces. Tooling that specifically expectedpersonal/<name>/.git/as a real directory (rather than a worktree pointer file) needs to handle the worktree case.ws groupCLI subcommands no longer exist. Edit workspace.toml directly or usews setupto manage groups.ws listno longer exists. Usews status(with--filterif you need a subset).ws archive,ws restore, andws cleanno longer exist. Usegit clean -xfdor rm -rf for dep caches; worktree-aware archive support is deferred to a future rewrite if ever needed.ws pulseno longer exists. No replacement planned.Features
ws addinteractive flow (0b8eba6)Bug Fixes
This PR was generated with Release Please. See documentation.