Release prep: bump to 0.2.2 in lockstep; document lockstep policy#200
Merged
Conversation
Bumps clickhousectl, clickhouse-cloud-api (and the dep reference between them), and npm/package.json to 0.2.2 in lockstep ready for release. CLAUDE.md now reflects this as the policy: previously it said clickhouse-cloud-api should only be bumped when its source changed and npm/package.json was bumped automatically by the workflow. Going forward, all three bump together at release time so the source-of- truth matches the tag. Stacked on #198, which contains the actual `chctl update` fix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
iskakaushik
approved these changes
May 19, 2026
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.
Summary
clickhousectl,clickhouse-cloud-api, the dep reference between them, andnpm/package.jsonto 0.2.2 in lockstep, ready for release.CLAUDE.md: update the release section to require lockstep bumps across both crates and the npm package on every release, replacing the prior rules ("only when API client changed" forclickhouse-cloud-api, "auto-bumped by the workflow" for npm).Stacked on #198, which contains the actual
chctl updatefix that the 0.2.2 release exists to ship. Tagv0.2.2once both this and #198 are merged.Test plan
cargo build --workspacepasses with the new versionsv0.2.2: from a fresh 0.2.1 install (post-reinstall), confirmchctl updateupgrades cleanly to 0.2.2clickhousectl@0.2.2+clickhouse-cloud-api@0.2.2, and npm showsclickhousectl@0.2.2🤖 Generated with Claude Code