build(release): bump version to 0.6.0 - #237
Merged
Merged
Conversation
Signed-off-by: Matheus T. dos Santos <[email protected]>
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.
Bumps the crate version
0.5.1→0.6.0inCargo.tomlandCargo.lock. No code changes.This prepares the v0.6.0 milestone, which is fully closed (14/14 issues). What lands with this release, relative to
v0.5.1:Features
scope completions <SHELL>for bash/zsh/fish/powershell/elvish).msiinstaller, Start-Menu shortcuts and per-command icons, plus icon mode: an interactive picker whenserial/rttis launched without its positional args[shortcuts]table inconfig.tomlTab/Shift+Tab@tagautocomplete with the arrow keys!plugin install/!plugin uninstall, so plugins auto-load across sessionsFixes
ESC[2J)Hardening & docs
tests/release_security.rs)--helpAlready shipped in
v0.5.1but part of the same milestone: #135 (headless mode), #207 (message filter), #217 (Claude Code skill).Merging this does not publish anything
Since #229 the release is driven by cargo-dist on a
vX.Y.Ztag, not by a push tomain. So merging this PR is safe; the release only happens when the maintainer pushes thev0.6.0tag afterwards, which then:.msi, and creates the GitHub Release (release.yml),scope-monitor0.6.0 to crates.io (publish-crates.yml, reviewer-gatedcratesenvironment — irreversible, a version can only be yanked, not replaced).Note on the
version-guardcheckThis PR carries the
releaselabel, the maintainer escape hatch that allows theCargo.tomlversion bump. Without it,version-guardfails any PR that changes the version field.🤖 Generated with Claude Code