chore: bump version to 0.5.0 - #273
Merged
Merged
Conversation
Minor release covering everything since v0.4.0: the working-tree diff viewer (Ctrl+Shift+D, #266), tall-sidebar layout clamp (#262), theme repaint of running terminals (#263), OSC 52 clipboard support so CLI agents can write the clipboard (#264), Ctrl+clickable file paths in terminal output (#265), paste support in all dialog text fields (#268), and keyboard-focus restore after closing dialogs or the command palette (#271). Tag v0.5.0 after this merges to trigger the release pipeline. The RELEASE-VALIDATION §6 dev-mode archive-extraction regression check runs before tagging. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Bumps the crate version to 0.5.0 for the upcoming minor release, aligning the workspace manifest and lockfile for tagging/release automation.
Changes:
- Update
codescopepackage version from0.4.0→0.5.0inCargo.toml. - Update the corresponding
codescopeentry inCargo.lockto0.5.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Bumps the codescope package version to 0.5.0. |
| Cargo.lock | Updates the lockfile’s codescope package entry to match 0.5.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Minor release covering everything since v0.4.0:
Release steps after merge: run the mandatory
RELEASE-VALIDATION.md§6 dev-mode archive-extraction regression check, then tagv0.5.0to trigger the release pipeline. The §4 in-app update validation (installed v0.4.0 → v0.5.0) is run by the user on the published release.🤖 Generated with Claude Code