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 release PR bumping all package versions from Confidence Score: 5/5This PR is safe to merge — it is a routine release version bump with no logic changes. All version strings are updated consistently across every relevant file (Cargo manifests, lockfile, generated docs/KDL). The only non-version change is an eslint minor version bump. No logic, no schema, no behavior is modified. 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 Packages]
A --> D[Generated Artifacts]
A --> E[CHANGELOG.md]
B --> B1[lib/Cargo.toml 3.2.0 → 3.2.1]
B --> B2[cli/Cargo.toml 3.2.0 → 3.2.1]
B --> B3[Cargo.toml workspace ref 3.2.0 → 3.2.1]
B --> B4[Cargo.lock updated]
C --> C1[package.json eslint ^10.1.0 → ^10.2.0]
C --> C2[pnpm-lock.yaml updated]
D --> D1[cli/usage.usage.kdl version 3.2.1]
D --> D2[docs/cli/reference/commands.json version 3.2.1]
D --> D3[docs/cli/reference/index.md Version: 3.2.1]
Reviews (15): 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
4e2f605 to
26d6cab
Compare
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors