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: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 12, 2025

  1. Use recommended GitHub Actions runner labels

    per annotations.
    meatballhat committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b755406 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2181 from urfave/use-updated-actions-labels

    Use recommended GitHub Actions runner labels
    meatballhat authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    bb3b8eb View commit details
    Browse the repository at this point in the history
  3. Document that v3 is recommended for new development

    and that the v2 series is only receiving security and bug fixes.
    meatballhat committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    357bd32 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Juneezee committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    e086038 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2179 from urfave/dependabot/github_actions/action…

    …s/checkout-5
    
    chore(deps): bump actions/checkout from 4 to 5
    Juneezee authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    8a4b044 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2186 from urfave/make-v3-recommended

    Document that `v3` series is recommended for new development
    meatballhat authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    c53cbcd View commit details
    Browse the repository at this point in the history
Loading