chore(main): release 0.21.0#201
Merged
Merged
Conversation
d516471 to
75f5b0d
Compare
There was a problem hiding this comment.
Pull request overview
This PR is an automated Release Please cut for v0.21.0, updating version metadata across the repo (server descriptor, Rust workspace, SDKs, MCP packages) and recording the release notes in the changelog.
Changes:
- Bump versions from 0.20.0 → 0.21.0 across server metadata, Rust workspace, SDKs, and MCP packages (including platform optionalDependencies).
- Update OpenAPI spec version fields to 0.21.0 in both the docs copy and the crate copy.
- Add the 0.21.0 entry to
CHANGELOG.mdand update the Release Please manifest.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| server.json | Bumps server metadata version to 0.21.0. |
| sdks/typescript/package.json | Bumps TypeScript SDK package version to 0.21.0. |
| sdks/python/pyproject.toml | Bumps Python SDK version to 0.21.0. |
| mcp/crw-mcp/package.json | Bumps MCP package version and optionalDependency binary versions to 0.21.0. |
| mcp/crw-mcp-linux-x64/package.json | Bumps linux-x64 MCP binary package version to 0.21.0. |
| mcp/crw-mcp-linux-arm64/package.json | Bumps linux-arm64 MCP binary package version to 0.21.0. |
| mcp/crw-mcp-darwin-x64/package.json | Bumps darwin-x64 MCP binary package version to 0.21.0. |
| mcp/crw-mcp-darwin-arm64/package.json | Bumps darwin-arm64 MCP binary package version to 0.21.0. |
| docs/openapi.json | Updates published OpenAPI info.version to 0.21.0. |
| crates/crw-server/openapi/openapi.json | Updates crate OpenAPI info.version to 0.21.0. |
| CHANGELOG.md | Adds release notes section for 0.21.0. |
| Cargo.toml | Bumps workspace/package and internal crate dependency versions to 0.21.0. |
| .release-please-manifest.json | Updates manifest version to 0.21.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aa49f97 to
0482c55
Compare
0482c55 to
15f6f52
Compare
Owner
Author
|
🤖 Created releases: 🌻 |
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.21.0 (2026-07-06)
⚠ BREAKING CHANGES
errorCodeinstead oferror_code. The managed API already strips the field, so managed clients are unaffected; self-hosted clients parsingerror_codeshould readerrorCode.Features
Bug Fixes
This PR was generated with Release Please. See documentation.