Skip to content

chore: release v3.2.1#564

Open
mise-en-dev wants to merge 1 commit intomainfrom
release
Open

chore: release v3.2.1#564
mise-en-dev wants to merge 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Mar 27, 2026

🐛 Bug Fixes

📦️ Dependency Updates

New Contributors

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This 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 (Cargo.toml, cli/Cargo.toml, lib/Cargo.toml), the lock file, generated artifacts (cli/usage.usage.kdl, docs/cli/reference/commands.json, docs/cli/reference/index.md), and the changelog.

Key changes included in this release:

  • Bug fix: Use CARGO_BIN_EXE_usage env var when set (contributed by @kybe236 in fix: use CARGO_BIN_EXE_usage if set #568)
  • Dependency updates: Several GitHub Actions pinned/updated via Renovate, and minimatch patch-bumped from 10.2.4 → 10.2.5 in pnpm-lock.yaml

No logic changes are present in this PR — it is purely a version bump and changelog update.

Confidence Score: 5/5

This 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

Filename Overview
CHANGELOG.md Added v3.2.1 release notes with bug fix and dependency update entries
Cargo.lock Updated usage-cli and usage-lib version entries from 3.2.0 to 3.2.1
Cargo.toml Bumped usage-lib workspace dependency version reference from 3.2.0 to 3.2.1
cli/Cargo.toml Bumped package version from 3.2.0 to 3.2.1
cli/usage.usage.kdl Updated generated spec version field from 3.2.0 to 3.2.1
docs/cli/reference/commands.json Updated version field in commands JSON reference from 3.2.0 to 3.2.1
docs/cli/reference/index.md Updated version string in CLI reference documentation from 3.2.0 to 3.2.1
lib/Cargo.toml Bumped usage-lib package version from 3.2.0 to 3.2.1
pnpm-lock.yaml Updated minimatch from 10.2.4 to 10.2.5 (patch bump) across resolution and snapshot entries

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]
Loading

Reviews (4): Last reviewed commit: "chore: release v3.2.1" | Re-trigger Greptile

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.04%. Comparing base (62936a2) to head (7bbe442).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from ca8f145 to 484751b Compare March 30, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant