Release 1.2.1 across CLI, sdk-node, sdk-python, sdk-go#216
Merged
Conversation
Align every published package to 1.2.1 in lockstep so consumers can pin a single matched set. The CLI shipped 1.2.1 with the completion-script fix; this brings the SDKs up to the same version. - sdk-node, sdk-python, sdk-go: 1.2.0 -> 1.2.1 (cli-node already at 1.2.1). - cli-node SDK_VERSION_RANGE and CLI_VERSION_RANGE bumped to ^1.2.1 so primitive functions init scaffolds projects pinned to this release. - sdk-python/uv.lock refreshed to match the new pyproject version.
Greptile SummaryThis PR performs a pure version-alignment bump to 1.2.1 across
Confidence Score: 5/5All changes are mechanical version-number updates with no logic modifications; straightforward to merge. Every file touched contains only a version string change. The CLI range update is consistent with the invariant documented in the source comments and enforced by the lockstep test. The uv.lock editable entry is kept in sync with pyproject.toml. Nothing here can introduce a runtime regression. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Release 1.2.1 across CLI, sdk-node, sdk-..." | 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.
Aligns every published package to a single matched version, 1.2.1.
The CLI already shipped 1.2.1 (the completion-script fix). This brings the SDKs up to the same version so consumers can pin one matched set across CLI and SDKs.
Changes
SDK_VERSION_RANGEandCLI_VERSION_RANGEin the CLI's function templates bumped to^1.2.1soprimitive functions initscaffolds projects pinned to this release's matched set (the lockstep test infunctions-init.test.tsenforces the CLI range covers the CLI's own version).sdk-python/uv.lockeditable entry refreshed to 1.2.1 to matchpyproject.toml.Notes
Test plan
pnpm --dir cli-node test(functions-init lockstep + full suite),typecheck, andlintpass.