8000 Comparing 0.14.2...0.14.3 · python-jsonschema/check-jsonschema · GitHub
[go: up one dir, main page]

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.2
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.3
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 30, 2022

  1. Add notes to internal docs

    - contrib doc should mention 'make vendor-schemas' for vendoring
    - add a releasing doc with the procedure written down
    sirosen committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    a46991e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

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

Commits on Apr 8, 2022

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

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

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    e3c1fc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

    updates:
    - [github.com/pre-commit/pre-commit-hooks.git: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v4.2.0)
    - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0f8df2c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

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

    * [vendor-schemas] automated update
    
    * Update CHANGELOG.md
    github-actions[bot] authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    94199ca View commit details
    Browse the repository at this point in the history
  2. Set utf-8 encoding for instance files

    This can be made configurable or can be detected from the BOM or
    chardet in the future. For now, this is right for most users and we
    can wait for complaints.
    
    Add a test case for a file with unicode chars. This failed on windows
    and was fixed by the use of UTF-8.
    sirosen committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    10226a9 View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ffab03c View commit details
    Browse the repository at this point in the history
Loading
0