chore: release v1.25.0 - #939
Conversation
📝 WalkthroughWalkthroughBumps workspace, CLI, docs, and release metadata from ChangesRelease 1.25.0 version bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
Greptile SummaryAutomated release PR from
Confidence Score: 5/5Fully mechanical version-bump PR generated by release-plz; all version references are consistent across every changed file and no logic is touched. Every changed file is either a version string, a generated lockfile entry, or a changelog addition. All 13 workspace crates are bumped uniformly; no internal dependency pins were missed; the generated doc files and release metadata align with the new version. No files require special attention. Important Files Changed
Reviews (9): Last reviewed commit: "chore: release v1.25.0" | Re-trigger Greptile |
Benchmark changesVersions:
Public ratios: warm installs vs Bun 2x -> 1.9x; warm installs vs pnpm 3x -> 4x.
3c139ee vs 3df8d6b | aube/bun/pnpm | 3 scenarios | 3 runs | 500mbit/50ms | generated by Codex. |
57e30c8 to
6dcdc2b
Compare
cb92d80 to
a5c61f5
Compare
a5c61f5 to
3c139ee
Compare
🤖 New release:
v1.25.0This PR bumps the workspace to
v1.25.0and 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.mdfiles for the release notes that will ship.Generated by the
release-plz-prworkflow.Note
Low Risk
Mechanical version and changelog/doc sync from release-plz; behavioral changes are already merged and only described here.
Overview
This PR bumps the monorepo from 1.24.0 to 1.25.0 across
Cargo.toml,Cargo.lock, workspace crate versions,aube.usage.kdl,docs/cli/*, andrelease.json.It adds [1.25.0] changelog sections that document what ships in this tag (the implementation landed in earlier PRs). Highlights called out there:
Added: shell-activated runtime tool shims via
activate(bash/fish/zsh); richerminimumReleaseAgeExcludematching (globs and version unions).Fixed: preserving npm optional native dependencies on install.
Other (called out in crate changelogs): linker perf (hoisted dep-path encoding), macOS-gated
packageImportMethod=auto/ reflink behavior, lockfile pnpm-lock subset parser, resolver lockfile scan indexing, and benchmark refresh for v1.24.0.No application logic changes appear in this diff—only versioning and release documentation.
Reviewed by Cursor Bugbot for commit 3c139ee. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit
New Features
Bug Fixes
Chores