Bump version to 0.30.0 - #152
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
🟡 Changes recommended
The PR description indicates CI is currently failing and this branch needs a rebase onto the in-flight fix before it’s ready to merge/tag.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Bumps the repository’s Go and Rust SDK version identifiers to 0.30.0 in preparation for the v0.30.0 release, aligning crate metadata, lockfiles, and the Go SDK version constant.
Changes:
- Update Rust crate version to
0.30.0(rust/hey-sdk/Cargo.toml). - Update Cargo lockfile entries referencing
hey-sdkto0.30.0(both Rust workspace and conformance runner). - Update Go SDK
Versionconstant to0.30.0.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
| rust/hey-sdk/Cargo.toml | Bumps the Rust crate’s package version to 0.30.0. |
| rust/Cargo.lock | Updates the workspace lockfile’s hey-sdk package entry to 0.30.0. |
| go/pkg/hey/version.go | Bumps the Go SDK Version constant to 0.30.0. |
| conformance/runner/rust/Cargo.lock | Updates the conformance runner lockfile’s hey-sdk package entry to 0.30.0. |
Review details
- Files reviewed: 2/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
f8a6ede to
0759a9a
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0759a9af6b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [package] | ||
| name = "hey-sdk" | ||
| version = "0.29.0" | ||
| version = "0.30.0" |
There was a problem hiding this comment.
Update the documented Rust dependency constraint
When this release lands, both README.md:26 and rust/hey-sdk/README.md:11 still tell consumers to request version = "0.29" from the repository. Cargo uses version alongside git as an assertion that the fetched package satisfies that requirement (Cargo reference), so the now-0.30.0 package is rejected with “failed to select a version” when users copy either installation example. Update both examples to 0.30 as part of this bump.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Fixed in fc8055f: both READMEs now ask for 0.30, and scripts/bump-version.sh rewrites that constraint alongside version.go and Cargo.toml so the next minor moves it too.
Cargo reads the version next to a git source as a requirement the fetched crate must satisfy, so a README still asking for 0.29 rejects 0.30.0. The bump script now moves both READMEs with the version.
fc8055f to
19a3959
Compare
Summary
Bump the SDK version to 0.30.0 for the v0.30.0 release, carrying everything merged since v0.29.0:
WorkflowsService.GetStage)New exported surface (#141, #145) makes this a minor bump rather than 0.29.1.
Rebased onto main at b349a3d (#153), which is green.
Test plan
make bump VERSION=0.30.0GOWORK=off go build ./... && go vet ./...in go/cargo check --lockedin rust/ and conformance/runner/rust/