Skip to content

chore(release): sync versions to 0.8.31 [skip release] - #2745

Merged
macanderson merged 1 commit into
mainfrom
bot/version-sync
Aug 10, 2026
Merged

chore(release): sync versions to 0.8.31 [skip release]#2745
macanderson merged 1 commit into
mainfrom
bot/version-sync

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Automated write-back from auto-tag.yml: v0.8.31 was just released, and this PR records that version everywhere the sources carry one —

  • [workspace.package].version in Cargo.toml (inherited by every crate)
  • the workspace-member entries in Cargo.lock
  • packaging/homebrew/stella.rb (build-from-source formula)
  • CHANGELOG.md — whatever was under [Unreleased] now sits under [0.8.31]

The workflow dispatches the required ci checks onto this branch and merges once they're green (past GitHub's phantom action_required check suite for this GITHUB_TOKEN-authored PR — see #275); no action is needed unless the dispatched run fails.

Summary by Sourcery

Bump project version metadata to 0.8.31 across the Rust workspace and Homebrew packaging.

Build:

  • Update workspace package version in Cargo.toml to 0.8.31.
  • Align Homebrew formula source tag and version with release 0.8.31.

Chores:

  • Refresh lockfile and related metadata to reflect the 0.8.31 release.

@github-actions
github-actions Bot requested a review from macanderson as a code owner August 10, 2026 21:05
@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
stella-cli-docs Ignored Ignored Preview Aug 10, 2026 9:05pm

@sourcery-ai sourcery-ai 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.

Sorry @github-actions[bot], you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@sourcery-ai

sourcery-ai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR performs a version sync for the 0.8.31 release by bumping the Rust workspace/package version, regenerating Cargo.lock entries accordingly, updating the Homebrew formula to point at the new tag, and (outside the shown diff) moving the latest changelog entries from the Unreleased section to a new 0.8.31 section.

Flow diagram for automated 0.8.31 release version sync

flowchart TD
  auto_tag_yml["auto-tag.yml workflow"] --> changelog_md["CHANGELOG.md: move Unreleased to 0.8.31"]
  auto_tag_yml --> cargo_toml["Cargo.toml: workspace.package.version = 0.8.31"]
  auto_tag_yml --> cargo_lock["Cargo.lock: regenerate workspace-member entries for 0.8.31"]
  auto_tag_yml --> stella_rb["packaging/homebrew/stella.rb: url tag v0.8.31, version 0.8.31"]
  auto_tag_yml --> ci_checks["CI checks on release-sync branch"]
  ci_checks --> merge_main["Auto-merge to main when green"]
Loading

File-Level Changes

Change Details Files
Bump workspace crate version to 0.8.31 and propagate through lockfile and packaging.
  • Update [workspace.package].version to 0.8.31 so all member crates inherit the new release version.
  • Regenerate Cargo.lock so workspace-member entries reflect version 0.8.31.
  • Update the Homebrew formula to fetch from tag v0.8.31 and set the formula version to 0.8.31.
  • Move entries from the [Unreleased] section of CHANGELOG.md into a new [0.8.31] section to record the release.
Cargo.toml
Cargo.lock
packaging/homebrew/stella.rb
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@macanderson
macanderson merged commit 1b8684c into main Aug 10, 2026
7 checks passed
@macanderson
macanderson deleted the bot/version-sync branch August 10, 2026 21:19
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