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: fastapi/typer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.14.0
Choose a base ref
...
head repository: fastapi/typer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 5 contributors

Commits on Nov 29, 2024

  1. ⬆ Bump ruff from 0.8.0 to 0.8.1 (#1066)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.0 to 0.8.1.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.8.0...0.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2557962 View commit details
    Browse the repository at this point in the history
  2. 📝 Update release notes

    [skip ci]
    github-actions committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    88fcf83 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. ⬆ Bump mkdocs-material from 9.5.46 to 9.5.47 (#1070)

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.46 to 9.5.47.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.46...9.5.47)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1a07076 View commit details
    Browse the repository at this point in the history
  2. 📝 Update release notes

    [skip ci]
    github-actions committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3af0a84 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. ✨ Add support for extending typer apps without passing a name, add co…

    …mmands to the top level (#1037)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Sebastián Ramírez <[email protected]>
    3 people authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2681205 View commit details
    Browse the repository at this point in the history
  2. 📝 Update release notes

    [skip ci]
    github-actions committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6461452 View commit details
    Browse the repository at this point in the history
  3. 📝 Update release notes

    tiangolo committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f111f3e View commit details
    Browse the repository at this point in the history
  4. 🔖 Release version 0.15.0

    tiangolo committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ccbd35d View commit details
    Browse the repository at this point in the history
Loading