Bump all SDKs and CLI to 0.26.0#82
Conversation
Greptile SummaryVersion bump to 0.26.0 across all four packages, coordinated to keep
Confidence Score: 5/5Pure version-bump PR with no logic changes; safe to merge. All six changed files contain only version string updates and the corresponding lock-file regeneration. The intentional asymmetry between CLI_VERSION_RANGE (bumped) and SDK_VERSION_RANGE (held) is explicitly documented in both the PR description and the code comments, matching the established two-PR pattern. No functional code paths were modified. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Merge branch 'main' into bump-sdks-0-26-..." | Re-trigger Greptile |
Summary
Cuts a 0.26.0 release across all four packages: `@primitivedotdev/sdk`, `@primitivedotdev/cli`, `primitivedotdev` (Python), and the Go SDK.
Reason for a minor bump (not patch): the CLI ships three substantive additive features in this release.
The cross-language SDKs (`sdk-node`, `sdk-python`, `sdk-go`) carry the function-deploy handler-contract docstring correction from PR #81 (no API surface change; documentation only).
Coordination note
Following the convention established in #69 and #70: this PR bumps the four packages' own versions and `CLI_VERSION_RANGE` (the scaffolded devDeps range, gated by the lockstep test). It does NOT bump `cli-node`'s `@primitivedotdev/sdk` dependency range or `SDK_VERSION_RANGE` from `^0.25.0` to `^0.26.0`; those land in a follow-up PR once `@primitivedotdev/sdk@0.26.0` is published, mirroring the #69 to #70 sequence.
Test plan