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 PR bumping the project from v3.2.0 to v3.2.1. All version references are consistently updated across Rust crate manifests ( Key changes included in this release:
No logic changes are present in this PR — it is purely a version bump and changelog update. Confidence Score: 5/5This PR is safe to merge — it is a mechanical version bump with no logic changes. All version strings are updated consistently across every relevant file (Rust manifests, lock file, generated docs, changelog). The only non-version change is a patch-level minimatch bump in pnpm-lock.yaml. No P0/P1 findings exist. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR v3.2.1] --> B[Version Bumps]
A --> C[Changelog Update]
A --> D[Dependency Updates]
B --> B1[Cargo.toml workspace]
B --> B2[cli/Cargo.toml]
B --> B3[lib/Cargo.toml]
B --> B4[Cargo.lock]
B --> B5[cli/usage.usage.kdl]
B --> B6[docs/cli/reference/commands.json]
B --> B7[docs/cli/reference/index.md]
D --> D1[minimatch 10.2.4 to 10.2.5]
D --> D2[GitHub Actions pins via Renovate]
Reviews (4): 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:
|
ca8f145 to
484751b
Compare
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors