Skip to content

chore: release v3.2.0#560

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

chore: release v3.2.0#560
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

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

🚀 Features

  • Support env-backed choices with choices env=... by @mustafa0x in #548

🐛 Bug Fixes

  • (zsh) escape parentheses and brackets in completion descriptions by @jdx in #559

New Contributors

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Mar 23, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​env_logger@​0.11.9 ⏵ 0.11.109910093100100

View full report

@mise-en-dev mise-en-dev changed the title chore: release v3.1.1 chore: release v3.2.0 Mar 23, 2026
@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 formally releases version 3.1.1 of the project. The primary motivation for this release is to deliver a crucial bug fix related to Zsh completion descriptions, ensuring proper escaping of special characters. Alongside this fix, various internal dependencies have been updated to maintain project health and leverage the latest improvements.

Highlights

  • Version Bump: The project has been updated to version 3.1.1 across all relevant components and documentation.
  • Bug Fix: A critical bug in Zsh completion descriptions has been addressed, specifically escaping parentheses and brackets.
  • Dependency Updates: Several Rust and JavaScript dependencies have been updated to their latest versions, including env_filter, env_logger, terminal_size, @iconify-json/simple-icons, and caniuse-lite.
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 23, 2026

Greptile Summary

This is a standard release PR bumping all packages from v3.1.0 to v3.2.0. It contains no new source code changes — the two features shipped in this release (choices env=... support and the zsh completion description escaping fix) were merged separately in PRs #548 and #559.

Changes included:

  • Version bumped to 3.2.0 across Cargo.toml, cli/Cargo.toml, lib/Cargo.toml, Cargo.lock, cli/usage.usage.kdl, docs/cli/reference/commands.json, and docs/cli/reference/index.md
  • CHANGELOG.md updated with the v3.2.0 entry documenting the new feature and bug fix
  • Minor transitive Rust dependency updates (env_logger 0.11.9→0.11.10, env_filter 1.0.0→1.0.1, terminal_size 0.4.3→0.4.4) picked up in Cargo.lock
  • Minor front-end lockfile updates (@iconify-json/simple-icons 1.2.74→1.2.75, caniuse-lite patch bump) in pnpm-lock.yaml

All version strings are consistent across every file — no mismatches detected.

Confidence Score: 5/5

  • This PR is safe to merge — it is a pure version bump and changelog update with no logic changes.
  • All version strings are consistent across every manifest and generated file. No source code is modified; the actual feature and bug-fix code shipped in prior PRs. Transitive dependency updates are minor patch bumps with no breaking changes.
  • No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds v3.2.0 changelog entry documenting env-backed choices feature and zsh completion fix.
Cargo.lock Bumps usage-cli and usage-lib to 3.2.0; minor transitive dependency updates (env_logger, env_filter, terminal_size).
Cargo.toml Updates workspace dependency on usage-lib from 3.1.0 to 3.2.0.
cli/Cargo.toml Bumps usage-cli package version from 3.1.0 to 3.2.0.
lib/Cargo.toml Bumps usage-lib package version from 3.1.0 to 3.2.0.
cli/usage.usage.kdl Auto-generated spec file updated to reflect new CLI version 3.2.0.
docs/cli/reference/commands.json Auto-generated docs file updated to version 3.2.0.
docs/cli/reference/index.md Updates version string displayed in CLI reference docs from 3.1.0 to 3.2.0.
pnpm-lock.yaml Minor front-end lockfile updates: simple-icons 1.2.74→1.2.75 and caniuse-lite patch bump.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["PR #548 – choices env=... feature"] --> R["Release v3.2.0"]
    B["PR #559 – zsh description escaping fix"] --> R
    R --> C["Version bumped in Cargo.toml / cli/Cargo.toml / lib/Cargo.toml"]
    R --> D["Cargo.lock updated (+ minor dep bumps)"]
    R --> E["cli/usage.usage.kdl regenerated"]
    R --> F["docs/cli/reference/commands.json regenerated"]
    R --> G["docs/cli/reference/index.md updated"]
    R --> H["CHANGELOG.md updated"]
    R --> I["pnpm-lock.yaml minor dep bumps"]
Loading

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.98%. Comparing base (f1af365) to head (51ed6c7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #560   +/-   ##
=======================================
  Coverage   61.98%   61.98%           
=======================================
  Files          48       48           
  Lines        7637     7637           
  Branches     7637     7637           
=======================================
  Hits         4734     4734           
  Misses       1543     1543           
  Partials     1360     1360           

☔ 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 updates various Rust and JavaScript dependencies, consistently bumping the project version to 3.1.1 across multiple configuration files. It also includes a changelog entry for v3.1.1 to address a zsh completion bug. The review feedback points out a discrepancy between the pull request's title/description, which suggests a v3.2.0 release and a new feature, and the actual code changes, which are for v3.1.1 and a bug fix. It is recommended to update the PR title and description to accurately reflect the v3.1.1 release contents.

Comment thread CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [3.2.0](https://github.com/jdx/usage/compare/v3.1.0..v3.2.0) - 2026-03-23
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

There appears to be a version mismatch. The pull request title indicates a release for v3.2.0, but all version bumps within this PR, including this changelog entry, are for v3.1.1.

Furthermore, the PR description mentions a new feature from PR #548, which is not reflected in the changelog for this v3.1.1 release.

To avoid confusion, please consider updating the PR title and description to accurately reflect the contents of the v3.1.1 release.

@jdx jdx merged commit 1b428b7 into main Mar 23, 2026
9 checks passed
@jdx jdx deleted the release branch March 23, 2026 18:31
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