Release v0.22.1#294
Merged
Merged
Conversation
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.
Summary
Cuts v0.22.1. Bumps
crates/lib,crates/cli,crates/eval(path-dep only),Cargo.lock, andnpm/package.jsonfrom 0.22.0 -> 0.22.1. Stamps the CHANGELOG with the changes merged since the v0.22.0 release.Highlights
Setup wizard API-key persistence fix (#288, #293):
config.toml, so a pasted API key containing\was silently mangled (\b→ backspace) and a key containing"made the file unparseable — the key was effectively "forgotten" on the next launch even though setup appeared to succeed. Common on OpenAI-compatible "Other" endpoints with non-standard tokens.tomlcrate (correct escaping), writes atomically with owner-only (0600) permissions since the file holds a secret, and surfaces save failures instead of swallowing them.Dependency bumps:
tokio1.52.2 -> 1.52.3 (deps: bump tokio from 1.52.2 to 1.52.3 #287),tree-sitter0.26.8 -> 0.26.9 (deps: bump tree-sitter from 0.26.8 to 0.26.9 #289),assert_cmd2.2.1 -> 2.2.2 (deps: bump assert_cmd from 2.2.1 to 2.2.2 #286).Full changelog is in
CHANGELOG.mdunder the[0.22.1]heading.Verification (RELEASING.md section 4)
run-e2elabel addedcargo check --all-targetscargo test --all-targets(passes; local-onlybwrapsandbox tests need bubblewrap-in-sandbox and one traversal test is flaky in the shared temp dir — both green on CI)cargo clippy --all-targets -- -D warningscargo fmt --all -- --checkrun-e2eworkflow passedAfter merge
Follow RELEASING.md section 7: tag
v0.22.1on main and push. Release automation handles Linux/macOS/Windows binaries, crates.io publish, npm publish, Docker image publish, and Homebrew tap update.