chore: bump version to 0.6.11 - #724
Merged
Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
| Filename | Overview |
|---|---|
| pyproject.toml | Updates the Python package version to 0.6.11 consistently with the other release manifests. |
| sdk-ts/package.json | Updates the TypeScript SDK package version to 0.6.11 without changing runtime behavior. |
| npm-wrapper/package.json | Updates the npm launcher version to 0.6.11, matching the Python package it launches. |
| plugin/.claude-plugin/plugin.json | Updates the Claude plugin manifest version to 0.6.11 in lockstep with the other artifacts. |
Reviews (1): Last reviewed commit: "chore: bump version to 0.6.11" | Re-trigger Greptile
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.
Version bump to 0.6.11 across the four lockstep files:
pyproject.toml,sdk-ts/package.json,npm-wrapper/package.json,plugin/.claude-plugin/plugin.json.Generated by
scripts/release.sh 0.6.11; no stragglers on the old version string.Releasing this republishes the corrected READMEs to PyPI and npm. The previous release shipped plugin slash-command documentation using the bare command names, which do not resolve because Claude Code namespaces plugin commands by the plugin's manifest name.