Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 3.2.1 across the changelog, documentation, and package manifests for usage-cli and usage-lib. It also includes a comprehensive set of dependency updates in both Cargo.lock and pnpm-lock.yaml, including pinning the dtolnay/rust-toolchain action. I have no feedback to provide.
Greptile SummaryThis is a standard release commit bumping all package versions from 3.2.0 to 3.2.1 across Confidence Score: 5/5Safe to merge — purely a version-bump release commit with no logic changes. All changes are mechanical: version strings updated consistently across all package manifests, lock files, and generated docs. The aube-lock.yaml narrowing to linux-x64 was intentional (PR #594). No logic, no new code paths, no security surface changes. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Release v3.2.1"] --> B["Rust Packages"]
A --> C["JS Lock File (aube-lock.yaml)"]
A --> D["Generated Docs / Specs"]
B --> B1["Cargo.toml\n(workspace usage-lib ref)"]
B --> B2["lib/Cargo.toml\nusage-lib 3.2.1"]
B --> B3["cli/Cargo.toml\nusage-cli 3.2.1"]
B --> B4["Cargo.lock\n(version snapshots)"]
C --> C1["Remove darwin/arm64 platform pkgs\n(esbuild, rollup, fsevents)"]
C --> C2["TypeScript peer-dep\n6.0.3 → 4.9.5"]
D --> D1["cli/usage.usage.kdl"]
D --> D2["docs/cli/reference/commands.json"]
D --> D3["docs/cli/reference/index.md"]
D --> D4["CHANGELOG.md"]
Reviews (23): Last reviewed commit: "[autofix.ci] apply automated fixes" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #564 +/- ##
=======================================
Coverage 79.03% 79.03%
=======================================
Files 48 48
Lines 7235 7235
Branches 7235 7235
=======================================
Hits 5718 5718
Misses 1140 1140
Partials 377 377 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4e94790 to
54ab749
Compare
26d6cab to
9755fe7
Compare
0240e7a to
9765d4a
Compare
05fd045 to
eb7319a
Compare
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
New Contributors