Skip to content

chore: release v1.25.3#976

Open
jdx wants to merge 1 commit into
mainfrom
release-plz-2026-07-02T08-39-31Z
Open

chore: release v1.25.3#976
jdx wants to merge 1 commit into
mainfrom
release-plz-2026-07-02T08-39-31Z

Conversation

@jdx

@jdx jdx commented Jul 2, 2026

Copy link
Copy Markdown
Owner

🤖 New release: v1.25.3

This PR bumps the workspace to v1.25.3 and regenerates CHANGELOG entries, aube.usage.kdl, the CLI docs, and the benchmark results.

See the diff for the full set of changes, or the per-crate CHANGELOG.md files for the release notes that will ship.


Generated by the release-plz-pr workflow.


Note

Low Risk
Mechanical version and documentation updates only; no runtime or dependency logic changes in the diff.

Overview
This PR cuts v1.25.3 by bumping the workspace and every internal crate from 1.25.2 to 1.25.3 in Cargo.toml, Cargo.lock, and [workspace.dependencies].

It also refreshes release metadata: release.json (version + releasedAt), aube.usage.kdl, generated CLI docs (docs/cli/commands.json, docs/cli/index.md), and 1.25.3 sections in each crate CHANGELOG.md. Those notes call out jdx.dev sponsor reference updates (#978) and refreshed v1.25.2 benchmarks (#975); there is no application Rust logic in this diff beyond version strings.

Reviewed by Cursor Bugbot for commit ed8b19f. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR bumps the release version from 1.25.2 to 1.25.3 across workspace version fields, CLI metadata and docs, release metadata, and per-crate changelogs.

Changes

Release version bump

Layer / File(s) Summary
Workspace and crate version bump
Cargo.toml
Workspace package version and internal aube* crate dependency versions were updated from 1.25.2 to 1.25.3.
CLI metadata and docs version update
aube.usage.kdl, docs/cli/commands.json, docs/cli/index.md, release.json
CLI version strings and release metadata were updated to 1.25.3, including the new releasedAt timestamp.
Per-crate changelog entries
crates/aube*/CHANGELOG.md
Added new 1.25.3 release sections with Other notes for updated sponsor references and refreshed benchmarks for v1.25.2.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • jdx/aube#953: Same release-bump workflow across workspace versions, CLI metadata, and changelog files.
  • jdx/aube#948: Same style of version propagation through Cargo.toml, CLI docs, release.json, and changelogs.
  • jdx/aube#939: Same pattern of updating workspace versions and release artifacts together.

Poem

A tiny hop, a version cheer,
1.25.3 is now here. 🐇
Changelogs glow, metadata sings,
The burrow hums with matching strings.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the release version bump and matches the PR’s main purpose.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@greptile-apps

greptile-apps Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated release PR generated by release-plz-pr, bumping all workspace crates from v1.25.2 to v1.25.3. The only substantive changes included in this release are a sponsor reference update (#978) and a benchmark refresh (#975) — no functional code changes.

  • All 13 internal crate versions are updated consistently across Cargo.toml, Cargo.lock, aube.usage.kdl, release.json, the CLI docs, and every per-crate CHANGELOG.md.
  • The patch version increment is appropriate for the non-functional nature of the included changes.

Confidence Score: 5/5

Purely mechanical version bump with no functional code changes — safe to merge.

All changes are version string updates across Cargo.toml, Cargo.lock, changelogs, docs, and metadata files. Every crate in the workspace is bumped consistently to 1.25.3, the lock file matches, and the release metadata is coherent. No logic, dependencies, or APIs were modified.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Workspace version bumped from 1.25.2 → 1.25.3, all 13 internal crate version references updated consistently.
Cargo.lock Lock file regenerated to reflect the version bump for all 13 workspace crates; no external dependency changes.
release.json Version updated to 1.25.3 and releasedAt timestamp set to 2026-07-03T21:53:07Z.
crates/aube/CHANGELOG.md 1.25.3 entry added with two items: sponsor reference update (#978) and benchmark refresh (#975).
docs/cli/index.md Version string updated from 1.25.2 to 1.25.3.
docs/cli/commands.json Version field updated from 1.25.2 to 1.25.3.
aube.usage.kdl Version string updated from 1.25.2 to 1.25.3.

Reviews (9): Last reviewed commit: "chore: release v1.25.3" | Re-trigger Greptile

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Benchmark changes

Versions:

  • aube: 1.25.2 -> 1.25.3

Public ratios: warm installs vs Bun 5x -> 2x; warm installs vs pnpm 8x -> 5x.

Benchmark aube bun pnpm
Fresh install (warm cache) 319ms -> 558ms (+75%) 1491ms -> 1271ms (-15%) 2443ms -> 2836ms (+16%)
Fresh install (cold cache) 14635ms -> 13991ms (-4%) 5096ms -> 4784ms (-6%) 12995ms -> 11041ms (-15%)

ed8b19f vs d8ab3a8 | aube/bun/pnpm | 3 scenarios | 3 runs | 500mbit/50ms | generated by Codex.

@jdx jdx force-pushed the release-plz-2026-07-02T08-39-31Z branch 7 times, most recently from e0fb17e to 174f907 Compare July 3, 2026 21:49
@jdx jdx force-pushed the release-plz-2026-07-02T08-39-31Z branch from 174f907 to ed8b19f Compare July 3, 2026 21:53
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