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: python-jsonschema/check-jsonschema
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: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.1
Choose a head ref
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 28, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#55)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.13.0 → 0.14.0](0.13.0...0.14.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8052931 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. [vendor-schemas] automated update (#56)

    Co-authored-by: sirosen <sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    39a76fb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Changes by create-pull-request action (#57)

    * [vendor-schemas] automated update
    github-actions[bot] authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e887a40 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Changes by create-pull-request action (#58)

    * [vendor-schemas] automated update
    github-actions[bot] authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6e3b579 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#59)

    updates:
    - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8d9c034 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Changes by create-pull-request action (#62)

    * [vendor-schemas] automated update
    github-actions[bot] authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    08a7ff4 View commit details
    Browse the repository at this point in the history
  2. Add a __main__.py module

    To allow `python -m` usage, define a module entrypoint
    
    Also, update changelog to list which vendored schemas were updated
    sirosen committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    aca15d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0f77e8 View commit details
    Browse the repository at this point in the history
Loading