Skip to content

chore: release v3.1.0#553

Merged
jdx merged 1 commit intomainfrom
release
Mar 22, 2026
Merged

chore: release v3.1.0#553
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

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

🚀 Features

  • (cli) render all doc-related fields in --help output by @jdx in #554
  • (cli) support reading spec from stdin via --file - by @jdx in #555

🐛 Bug Fixes

  • (zsh) remove trailing space from completions and add directory slash by @jdx in #556
  • use field assignment for non-exhaustive Spec in benchmarks by @jdx in #552

📦️ Dependency Updates

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents a chore release, bumping the project version to 3.0.1. The primary goal was to integrate a specific bug fix concerning benchmark specifications and to update a wide array of both Rust and JavaScript dependencies to ensure the project remains current and stable. This update also includes the necessary adjustments to version strings across relevant configuration and documentation files.

Highlights

  • Version Bump: The project has been updated to version 3.0.1 across its core components (usage-cli and usage-lib), reflecting a new release.
  • Bug Fix Inclusion: This release incorporates a bug fix related to using field assignment for non-exhaustive Spec in benchmarks, originally addressed in pull request fix: use field assignment for non-exhaustive Spec in benchmarks #552.
  • Rust Dependency Updates: Several Rust dependencies in Cargo.lock have been updated to their latest versions, including anstyle, cc, colorchoice, darling, itoa, portable-atomic-util, serde_with, serde_with_macros, and zerocopy. The fnv dependency was also removed.
  • JavaScript Dependency Updates: Key JavaScript development dependencies, such as eslint, @babel/parser, @iconify-json/simple-icons, @rollup/* packages, baseline-browser-mapping, caniuse-lite, electron-to-chromium, flatted, rollup, and yaml, have been updated to their newer versions.
  • Documentation and Configuration Alignment: Version numbers in various documentation and configuration files, including CHANGELOG.md, cli/usage.usage.kdl, docs/cli/reference/commands.json, and docs/cli/reference/index.md, have been synchronized to reflect the 3.0.1 release.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 22, 2026

Greptile Summary

This is a standard release PR bumping the usage-cli and usage-lib crates from v3.0.0 to v3.1.0, along with a minor eslint dev-dependency update (10.0.3 → 10.1.0). All version references are consistent across Cargo.toml, Cargo.lock, cli/Cargo.toml, lib/Cargo.toml, the generated KDL spec, and the generated documentation files.

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely mechanical release bump with no logic changes.
  • All version references are consistent across every affected file, the changelog accurately reflects the PRs bundled into this release, and the only non-version change (eslint minor bump) is low-risk for a dev dependency. No issues were found.
  • No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds v3.1.0 changelog entry with features, bug fixes, and dependency updates; entries are consistent with the PR description.
Cargo.lock Locks usage-cli and usage-lib at 3.1.0; no other dependency version changes in this file.
Cargo.toml Workspace usage-lib dependency reference bumped from 3.0.0 to 3.1.0; clap_usage left at 2.0.3 (intentionally separate versioning).
cli/Cargo.toml Crate version bumped from 3.0.0 to 3.1.0, consistent with the release.
lib/Cargo.toml Crate version bumped from 3.0.0 to 3.1.0, consistent with the release.
cli/usage.usage.kdl Generated spec file updated to reflect version 3.1.0; purely mechanical change.
docs/cli/reference/commands.json Version field in generated JSON reference updated from 3.0.0 to 3.1.0.
docs/cli/reference/index.md Version display in generated markdown docs updated from 3.0.0 to 3.1.0.
package.json Bumps eslint dev dependency from ^10.0.3 to ^10.1.0; minor version update with no breaking changes expected.
pnpm-lock.yaml Lock file updated to reflect the eslint 10.1.0 specifier change; consistent with package.json.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release PR v3.1.0] --> B[Rust Crate Versions]
    A --> C[Generated Artifacts]
    A --> D[JS Dependency]

    B --> B1["lib/Cargo.toml\n3.0.0 → 3.1.0"]
    B --> B2["cli/Cargo.toml\n3.0.0 → 3.1.0"]
    B --> B3["Cargo.toml workspace\nusage-lib 3.0.0 → 3.1.0"]
    B --> B4["Cargo.lock\nboth crates 3.0.0 → 3.1.0"]

    C --> C1["cli/usage.usage.kdl\nversion 3.0.0 → 3.1.0"]
    C --> C2["docs/cli/reference/commands.json\nversion 3.0.0 → 3.1.0"]
    C --> C3["docs/cli/reference/index.md\nVersion 3.0.0 → 3.1.0"]

    D --> D1["package.json\neslint ^10.0.3 → ^10.1.0"]
    D --> D2["pnpm-lock.yaml\nspecifier updated to ^10.1.0"]

    A --> E[CHANGELOG.md]
    E --> E1["v3.1.0 entry added\n(features, fixes, deps)"]
Loading

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.04%. Comparing base (ae67b38) to head (71cb91f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #553   +/-   ##
=======================================
  Coverage   70.04%   70.04%           
=======================================
  Files          48       48           
  Lines        7080     7080           
  Branches     7080     7080           
=======================================
  Hits         4959     4959           
  Misses       1322     1322           
  Partials      799      799           

☔ 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.

Copy link
Copy Markdown
Contributor

@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 prepares for the v3.0.1 release. It includes updates to the CHANGELOG.md, version bumps in Cargo.toml, package.json, and other related configuration files. The changes are consistent with a patch release. I have reviewed the changes and found no issues.

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 6c1f126 to fff8533 Compare March 22, 2026 16:26
@mise-en-dev mise-en-dev changed the title chore: release v3.0.1 chore: release v3.1.0 Mar 22, 2026
@jdx jdx merged commit 1e81f1b into main Mar 22, 2026
8 checks passed
@jdx jdx deleted the release branch March 22, 2026 16:46
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.

2 participants