chore: prepare v0.22.0 release#2013
Merged
Merged
Conversation
… infinite loop on persistent errors
Bump version to 0.22.0 in Cargo.toml and Cargo.lock. Update README and docs/website README release references. Update release workflow notes for v0.22.0 changes. Refresh OpenAPI snapshot for v0.22.0 version bump.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Review of chore: prepare v0.22.0 release (head 94dbb928).
Conclusion: Approve. Low-risk release-prep change: 0.21.0 → 0.22.0 version bump in Cargo.toml, Cargo.lock, and openapi.json; README/website README release-link updates; release workflow release-notes refresh; and one small web-gui store fix.
Findings: No blocking or should-fix issues.
- nit — release-note completeness: The release notes in
.github/workflows/release.ymllist seven PRs (#2006, #2005, #2001, #2010, #2012, #2008, #2009). Worth a quickgit log v0.21.0..HEADcross-check before tagging in case anything else merged tomainsince v0.21.0.
File-by-file:
Cargo.toml/Cargo.lock/openapi.json: clean version bump; OpenAPI snapshot version field updated consistently.README.md/docs/website/README.md: release tag links updated to v0.22.0..github/workflows/release.yml: release-notes body refreshed for v0.22.0; matches the PR description.web-gui/app/src/runtime/runtime-store.ts: therefreshSkillCatalogerror branch now setssource: "http"alongsideerror, matching the sibling pattern already used byrefreshSkillDetail's error branch. Behaviorally correct and consistent — the request was made over HTTP, so labeling the source on failure is right. No regression.
Contributor
Holon Run Report
|
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.
Bump version to 0.22.0 in Cargo.toml and Cargo.lock, update README and docs/website README release references, refresh OpenAPI snapshot, and update release workflow notes for v0.22.0 changes.
Changes since v0.21.0
Verification
cargo fmt --all -- --check✅cargo check✅cargo test --test openapi_snapshot✅ (snapshot refreshed)