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 patch release PR bumping all crates from v3.2.0 to v3.2.1, incorporating one bug fix ( Confidence Score: 5/5Safe to merge — purely a release commit with consistent version bumps and routine lock file maintenance, no logic changes. All version fields are consistently updated to 3.2.1 across every relevant file. Dependency updates are automated Renovate lock-file maintenance with no manually written logic changes. No issues found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Bug fix merged: #568\nCARGO_BIN_EXE_usage support] --> R
B[Renovate dep updates\n#562–#588] --> R
R[Release PR: chore: release v3.2.1]
R --> V1[Cargo.toml / lib/Cargo.toml\ncli/Cargo.toml → 3.2.1]
R --> V2[Cargo.lock updated\nRust transitive deps bumped]
R --> V3[cli/usage.usage.kdl → 3.2.1\ndocs/cli/reference/* → 3.2.1]
R --> V4[package.json eslint ^10.2.0\npnpm-lock.yaml updated]
R --> V5[CHANGELOG.md\nv3.2.1 entry added]
Reviews (16): Last reviewed commit: "chore: release v3.2.1" | 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.04% 79.04%
=======================================
Files 48 48
Lines 7235 7235
Branches 7235 7235
=======================================
Hits 5719 5719
Misses 1141 1141
Partials 375 375 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4e94790 to
54ab749
Compare
26d6cab to
9755fe7
Compare
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors