Skip to content

chore(sdk/rust): release 0.6.0#127

Merged
graycyrus merged 1 commit into
tinyhumansai:mainfrom
graycyrus:chore/rust-sdk-0.6.0
Jun 18, 2026
Merged

chore(sdk/rust): release 0.6.0#127
graycyrus merged 1 commit into
tinyhumansai:mainfrom
graycyrus:chore/rust-sdk-0.6.0

Conversation

@graycyrus

@graycyrus graycyrus commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Why

The published tinyplace crate on crates.io is stuck at 0.5.0. The auto-publish workflow has failed on the last three Rust SDK merges:

Merge publish-rust-sdk
feat: feeds module (#100) ❌ failed
feat: bounties module (#101) ❌ failed
fix: user.profile private (#120) ❌ failed

…all with:

error: crate tinyplace@0.5.0 already exists on crates.io index

The version was never bumped, so crates.io rejected each re-publish of 0.5.0. As a result feeds, bounties, and the profile-save fix are on main but missing from the published crate.

Change

Bump sdk/rust/Cargo.toml to 0.6.0. Merging this triggers publish-rust-sdk.yml, which will publish a new version (0.6.0 doesn't exist yet) carrying all three changes.

0.6.0 is the right level: feeds + bounties are new API modules (minor bump under semver for 0.x), plus the profile bugfix. It also aligns the Rust crate with the TypeScript SDK at 0.6.0.

(Cargo.lock is gitignored; SDK_VERSION in lib.rs is intentionally left at 0.1.0, matching the TS SDK's unmaintained constant.)

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Rust SDK updated to version 0.6.0.

Bump the crate version so the merge publishes to crates.io. The published
crate is stuck at 0.5.0: the auto-publish failed on the feeds (#100), bounties
(#101), and user.profile fix (#120) merges with 'crate tinyplace@0.5.0 already
exists on crates.io index' because the version was never bumped.

0.6.0 covers the new feeds + bounties API modules (minor) and the profile
signature fix, and aligns with the TypeScript SDK at 0.6.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

@graycyrus is attempting to deploy a commit to the Vezures Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4f41fa18-7717-45e6-b2ee-27f4fb05539a

📥 Commits

Reviewing files that changed from the base of the PR and between 6709ee0 and ccfd648.

📒 Files selected for processing (1)
  • sdk/rust/Cargo.toml

📝 Walkthrough

Walkthrough

The Rust SDK package version in sdk/rust/Cargo.toml is incremented from 0.5.0 to 0.6.0. No other files, dependencies, features, or configurations are modified.

Changes

Rust SDK Version Bump

Layer / File(s) Summary
Cargo.toml version update
sdk/rust/Cargo.toml
Package version field changed from 0.5.0 to 0.6.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐇 Hop, hop, a version leaps ahead,
From zero-five to zero-six we tread,
One tiny line, one number changed with care,
The Cargo TOML now sports a fresher flair,
The bunny stamps approval — ship it there! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: releasing version 0.6.0 of the Rust SDK, which directly corresponds to the version bump in Cargo.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@graycyrus
graycyrus merged commit a642037 into tinyhumansai:main Jun 18, 2026
7 of 9 checks passed
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.

1 participant