Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jun 13, 2023
1 parent b82a062 commit bfd7126
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 19 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Unreleased
----------

.. vendor-insert-here
- Update vendored schemas (2023-06-13)
0.23.2
------
- Update vendored schemas: github-workflow, gitlab-ci, renovate (2023-06-13)
- Fix the handling of malformed and missing ``Last-Modified`` headers in the
caching downloader. Thanks :user:`balihb`! (:issue:`275`)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ files.

```yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-github-workflows
```
Expand Down
4 changes: 2 additions & 2 deletions docs/optional_parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example,
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-renovate
additional_dependencies: ['pyjson5']
Expand All @@ -39,7 +39,7 @@ For example,
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-jsonschema
name: 'Check GitHub Workflows'
Expand Down
28 changes: 14 additions & 14 deletions docs/precommit_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-jsonschema
files: ^data/.*\.json$
Expand All @@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-metaschema
files: ^schemas/.*\.json$
Expand All @@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-azure-pipelines
Expand All @@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-bamboo-spec
Expand All @@ -80,7 +80,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-buildkite
Expand All @@ -94,7 +94,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-dependabot
Expand All @@ -108,7 +108,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-github-actions
Expand All @@ -122,7 +122,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-github-workflows
Expand All @@ -136,7 +136,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-gitlab-ci
Expand All @@ -150,7 +150,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-readthedocs
Expand All @@ -164,7 +164,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-renovate
Expand All @@ -178,7 +178,7 @@ Validate Travis Config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-travis
Expand All @@ -204,7 +204,7 @@ manually, you could do this:
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand All @@ -223,7 +223,7 @@ To check with the builtin schema that a GitHub workflow sets
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows set timeout-minutes"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = check-jsonschema
version = 0.23.1
version = 0.23.2
description = A jsonschema CLI and pre-commit hook
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit bfd7126

Please sign in to comment.