Skip to content

Bump version to 0.30.0 - #152

Merged
jeremy merged 2 commits into
mainfrom
bump-version-0.30.0
Sep 10, 2026
Merged

Bump version to 0.30.0#152
jeremy merged 2 commits into
mainfrom
bump-version-0.30.0

Conversation

@jeremy

@jeremy jeremy commented Sep 10, 2026

Copy link
Copy Markdown
Member

Summary

Bump the SDK version to 0.30.0 for the v0.30.0 release, carrying everything merged since v0.29.0:

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.0
  • GOWORK=off go build ./... && go vet ./... in go/
  • cargo check --locked in rust/ and conformance/runner/rust/

Copilot AI balanced review requested due to automatic review settings September 10, 2026 04:15
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T05:39:09.095852Z 19a3959 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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-sdk to 0.30.0 (both Rust workspace and conformance runner).
  • Update Go SDK Version constant to 0.30.0.

[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to 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.

@jeremy
jeremy force-pushed the bump-version-0.30.0 branch from f8a6ede to 0759a9a Compare September 10, 2026 05:29

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread rust/hey-sdk/Cargo.toml
[package]
name = "hey-sdk"
version = "0.29.0"
version = "0.30.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
@jeremy
jeremy force-pushed the bump-version-0.30.0 branch from fc8055f to 19a3959 Compare September 10, 2026 05:36
@jeremy
jeremy merged commit 9b16fc7 into main Sep 10, 2026
21 checks passed
@jeremy
jeremy deleted the bump-version-0.30.0 branch September 10, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants