Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clap-rs/clap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: clap_complete-v4.5.34
Choose a base ref
...
head repository: clap-rs/clap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: clap_complete-v4.5.37
Choose a head ref
  • 13 commits
  • 17 files changed
  • 3 contributors

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    3b05635 View commit details
    Browse the repository at this point in the history
  2. chore: Release

    epage committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    55a18f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. fix(zsh): Use _default as zsh completion fallback

    That is for a ValueHint of Unknown. This is consistent with bash where
    compgen -f is used in such cases. In long experience with completions
    distributed with zsh, the worst thing you can do is break filename
    completion as that's the minimum most user's expect.
    Oliver Kiddle committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e40168c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request #5791 from okapia/zsh-default-fallback

    fix(zsh): Use _default as the completion fallback where the ValueHint is Unknown
    epage authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6ec0b43 View commit details
    Browse the repository at this point in the history
  2. docs: Update changelog

    epage committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0266c41 View commit details
    Browse the repository at this point in the history
  3. chore: Release

    epage committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7a6475e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. chore(deps): Update compatible (dev) (#5797)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bc0537f View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update Rust crate divan to v0.1.15 (#5798)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5c932b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. style: Make clippy happy

    epage committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f1ae3c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7742c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5805 from epage/style

    fix(complete): Adjust dynamic for MSRV
    epage authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f275804 View commit details
    Browse the repository at this point in the history
  4. docs: Update changelog

    epage committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    26eab7b View commit details
    Browse the repository at this point in the history
  5. chore: Release

    epage committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c54ffa1 View commit details
    Browse the repository at this point in the history
Loading