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.4.0
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: v4.4.2
Choose a head ref
  • 13 commits
  • 24 files changed
  • 2 contributors

Commits on Aug 24, 2023

  1. chore: Release

    epage committed Aug 24, 2023
    Copy the full SHA
    f664841 View commit details

Commits on Aug 28, 2023

  1. feat(help): Stabilize styling support

    Fixes #3234
    epage committed Aug 28, 2023
    Copy the full SHA
    eb53db8 View commit details
  2. Merge pull request #5094 from epage/style

    feat(help): Stabilize styling support
    epage authored Aug 28, 2023
    Copy the full SHA
    f8e826d View commit details
  3. chore: Update dependencies

    epage committed Aug 28, 2023
    Copy the full SHA
    4647a8a View commit details
  4. Merge pull request #5096 from epage/nu

    chore: Update dependencies
    epage authored Aug 28, 2023
    Copy the full SHA
    0a4c8e2 View commit details
  5. docs: Update changelog

    epage committed Aug 28, 2023
    Copy the full SHA
    f31e6af View commit details
  6. chore: Release

    epage committed Aug 28, 2023
    Copy the full SHA
    7126f78 View commit details

Commits on Aug 31, 2023

  1. Copy the full SHA
    4012b19 View commit details
  2. Merge pull request #5105 from geometryolife/fix

    fix(builder): Update documentation comments
    epage authored Aug 31, 2023
    Copy the full SHA
    98712db View commit details
  3. perf: Drop a dep for faster builds

    `OnceLock` became available as of 1.70 which is older than our new MSRV.
    We can easily get away without `Lazy` variants.
    epage committed Aug 31, 2023
    Copy the full SHA
    087224a View commit details
  4. Merge pull request #5106 from epage/once

    perf: Drop a dep for faster builds
    epage authored Aug 31, 2023
    Copy the full SHA
    7a4f7d3 View commit details
  5. docs: Update changelog

    epage committed Aug 31, 2023
    Copy the full SHA
    59f1d01 View commit details
  6. chore: Release

    epage committed Aug 31, 2023
    Copy the full SHA
    3cd571e View commit details
Loading