Skip to content

release: v0.3.1 - #101

Merged
snowmead merged 1 commit into
mainfrom
snowmead/release-v0.3.1-32d5
Aug 14, 2026
Merged

release: v0.3.1#101
snowmead merged 1 commit into
mainfrom
snowmead/release-v0.3.1-32d5

Conversation

@snowmead

Copy link
Copy Markdown
Owner

Summary

Test plan

  • ./scripts/check-sdk-versions.sh reports 0.3.1
  • cargo run -p stackless -- --version prints stackless 0.3.1
  • Pre-push gate: mise run check + cargo nextest run --workspace --all-features
  • mise run sdk-test (TypeScript 6, Go, Python 4)
  • CI green on this PR (check / tests / sdk)
  • After merge: tag v0.3.1 + sdks/go/v0.3.1 and confirm Release + publish-packages

After merge, from the release commit on main:

git tag v0.3.1
git tag sdks/go/v0.3.1
git push origin v0.3.1 sdks/go/v0.3.1

v0.3.1 triggers cargo-dist (GitHub Release + installer) and publish-packages (crates.io, npm, PyPI). sdks/go/v0.3.1 is for the Go module proxy only.

Open in Web Open in Cursor 

Lockstep bump workspace crates and language SDKs. CHANGELOG covers the
Stripe Projects 0.31.0 pin and cargo-vet exemptions since v0.3.0.

Co-authored-by: Michael Assaf <snowmead@users.noreply.github.com>
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stackless Ready Ready Preview Aug 14, 2026 8:44pm

@snowmead
snowmead merged commit ad5320a into main Aug 14, 2026
25 of 27 checks passed

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Approved. Cursor Bugbot completed successfully with no findings that need human review. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thermos review of cd4e48e vs main 56065f4 (lockstep 0.3.0 → 0.3.1).

1 medium — v0.3.1 CHANGELOG (and therefore the cargo-dist GitHub Release) advertises Stripe plugin pin 0.30.0 → 0.31.0 and omits shopify/store. The tree #100 actually merged pins 0.33.0 and registers that integration. Version lockstep, publish surfaces, and runtime code in this diff are otherwise clean.

No prior automation threads. Bugbot had no findings.

Open in Web View Automation 

Sent by Cursor Automation: Find vulnerabilities

Comment thread CHANGELOG.md
Comment on lines +20 to +24
Stripe Projects plugin 0.31.0 pin and cargo-vet supply-chain exemptions.

### Changed

- Stripe Projects plugin pin 0.30.0 → 0.31.0; catalog snapshot re-blessed (#100).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Medium: These notes (copied into the GitHub Release by cargo-dist) say the plugin pin is 0.30.0 → 0.31.0. #100 as merged pins 0.33.0 (STRIPE_PROJECTS_PINNED, plugin-version.txt). stackless doctor then fails a 0.31.0 install. #100 also shipped shopify/store with no ### Added line.

Fix before tag: 0.30.0 → 0.33.0, and mention shopify/store.

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