Skip to content

chore: release v1.18.2 - #847

Merged
jdx merged 1 commit into
mainfrom
release-plz-2026-06-08T22-42-21Z
Jun 8, 2026
Merged

chore: release v1.18.2#847
jdx merged 1 commit into
mainfrom
release-plz-2026-06-08T22-42-21Z

Conversation

@jdx

@jdx jdx commented Jun 8, 2026

Copy link
Copy Markdown
Owner

🤖 New release: v1.18.2

This PR bumps the workspace to v1.18.2 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
Version and documentation metadata only; no runtime or dependency logic changes in this diff.

Overview
Release v1.18.2 bumps the workspace and every internal crate from 1.18.1 to 1.18.2, with matching updates in Cargo.lock, release.json, aube.usage.kdl, and generated CLI docs (docs/cli/commands.json, docs/cli/index.md).

Per-crate CHANGELOG.md files (including the main crates/aube/CHANGELOG.md) add a 1.18.2 (2026-06-08) section whose only listed change is migrate project links to jdx (#845).

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

Summary by CodeRabbit

  • Chores
    • Bumped version to 1.18.2.
    • Migrated project links to new organization.

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This pull request executes a coordinated version bump from 1.18.1 to 1.18.2 across the entire workspace. Cargo manifest dependencies, CLI specifications, documentation, release metadata, and all crate changelogs are updated to reflect the new version.

Changes

Release v1.18.2

Layer / File(s) Summary
Workspace manifest version update
Cargo.toml
Workspace package version and all internal crate dependency versions updated from 1.18.1 to 1.18.2.
CLI specification and documentation version updates
aube.usage.kdl, docs/cli/commands.json, docs/cli/index.md
CLI usage specification, CLI commands metadata, and CLI documentation version fields updated from 1.18.1 to 1.18.2.
Release metadata and timestamp
release.json
Release metadata version updated to 1.18.2 and releasedAt timestamp updated to 2026-06-08T22:42:20Z.
Changelog entries for all crates
crates/aube*/CHANGELOG.md
Version 1.18.2 release entries added to all crate changelogs documenting project links migration to jdx (PR #845), dated 2026-06-08.

🎯 1 (Trivial) | ⏱️ ~3 minutes


🐰 A version bump hops through the workspace with glee,
From 1-18-1 to 1-18-2 it leaps free,
Each changelog sings, each manifest aligned,
A coordinated dance of releases refined! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'chore: release v1.18.2' clearly and directly describes the main change: a version bump release to 1.18.2, which is confirmed across all modified files (Cargo.toml, CHANGELOGs, docs, and release.json).
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.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-06-08T22-42-21Z

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

@greptile-apps

greptile-apps Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Automated release PR bumping the entire workspace from v1.18.1 to v1.18.2, generated by the release-plz-pr workflow. The sole substantive change in this release is the migration of project links to jdx (PR #845).

  • All 12 workspace crates in Cargo.toml and Cargo.lock are updated uniformly to 1.18.2.
  • CHANGELOG.md files for every crate, release.json, aube.usage.kdl, and the CLI docs are regenerated with the new version and today's release timestamp.

Confidence Score: 5/5

Safe to merge — all changes are version-string and changelog updates produced by the automated release tooling with no logic or behavior changes.

Every changed line is a mechanical version bump (1.18.1 → 1.18.2) or a generated changelog entry. No source code was modified, no dependencies were added or changed, and all workspace crates are updated consistently.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Workspace version bumped to 1.18.2; all 12 internal crate path-dependencies updated in sync
Cargo.lock Lock file regenerated with all workspace crates at 1.18.2; no other dependency changes
release.json Version and releasedAt timestamp updated to 1.18.2 / 2026-06-08T22:42:20Z
crates/aube/CHANGELOG.md Added 1.18.2 entry referencing PR #845 (migrate project links to jdx)
docs/cli/index.md Version string updated from 1.18.1 to 1.18.2
docs/cli/commands.json Version field updated from 1.18.1 to 1.18.2
aube.usage.kdl Version updated to 1.18.2

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

@jdx
jdx merged commit c89a634 into main Jun 8, 2026
18 checks passed
@jdx
jdx deleted the release-plz-2026-06-08T22-42-21Z branch June 8, 2026 22:49
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Benchmark changes

Versions:

  • aube: 1.18.0 -> 1.18.2

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

Benchmark aube bun pnpm
Fresh install (warm cache) 272ms -> 688ms (+153%) 2003ms -> 1399ms (-30%) 2341ms -> 3184ms (+36%)
Fresh install (cold cache) 7950ms -> 6464ms (-19%) 5777ms -> 5817ms (+1%) 15870ms -> 18885ms (+19%)

02b8056 vs c289f52 | aube/bun/pnpm | 3 scenarios | 3 runs | 500mbit/50ms | generated by Codex.

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