Skip to content

Commit 6a0779e

Browse files
committed
Bump version for release
1 parent e5c946c commit 6a0779e

5 files changed

+29
-26
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
0.31.3
14+
------
15+
1316
- Update vendored schemas: circle-ci, github-workflows, mergify, renovate, taskfile
1417
(2025-03-07)
1518

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ files.
2323

2424
```yaml
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.31.2
26+
rev: 0.31.3
2727
hooks:
2828
- id: check-github-workflows
2929
args: ["--verbose"]

docs/optional_parsers.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For example,
2020
.. code-block:: yaml
2121
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.31.2
23+
rev: 0.31.3
2424
hooks:
2525
- id: check-renovate
2626
additional_dependencies: ['pyjson5']
@@ -45,7 +45,7 @@ For example,
4545
.. code-block:: yaml
4646
4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 0.31.2
48+
rev: 0.31.3
4949
hooks:
5050
- id: check-jsonschema
5151
name: 'Check GitHub Workflows'

docs/precommit_usage.rst

+22-22
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
1717
:caption: example config
1818
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.31.2
20+
rev: 0.31.3
2121
hooks:
2222
- id: check-jsonschema
2323
files: ^data/.*\.json$
@@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
3434
:caption: example config
3535
3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.31.2
37+
rev: 0.31.3
3838
hooks:
3939
- id: check-metaschema
4040
files: ^schemas/.*\.json$
@@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
5252
:caption: example config
5353
5454
- repo: https://github.com/python-jsonschema/check-jsonschema
55-
rev: 0.31.2
55+
rev: 0.31.3
5656
hooks:
5757
- id: check-azure-pipelines
5858
@@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
6666
:caption: example config
6767
6868
- repo: https://github.com/python-jsonschema/check-jsonschema
69-
rev: 0.31.2
69+
rev: 0.31.3
7070
hooks:
7171
- id: check-bamboo-spec
7272
@@ -80,7 +80,7 @@ Validate Bitbucket Pipelines against the schema provided by SchemaStore
8080
:caption: example config
8181
8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: 0.31.2
83+
rev: 0.31.3
8484
hooks:
8585
- id: check-bitbucket-pipelines
8686
@@ -94,7 +94,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
9494
:caption: example config
9595
9696
- repo: https://github.com/python-jsonschema/check-jsonschema
97-
rev: 0.31.2
97+
rev: 0.31.3
9898
hooks:
9999
- id: check-buildkite
100100
@@ -108,7 +108,7 @@ Validate CircleCI config against the schema provided by SchemaStore
108108
:caption: example config
109109
110110
- repo: https://github.com/python-jsonschema/check-jsonschema
111-
rev: 0.31.2
111+
rev: 0.31.3
112112
hooks:
113113
- id: check-circle-ci
114114
@@ -122,7 +122,7 @@ Validate Google Cloud Build config against the schema provided by SchemaStore
122122
:caption: example config
123123
124124
- repo: https://github.com/python-jsonschema/check-jsonschema
125-
rev: 0.31.2
125+
rev: 0.31.3
126126
hooks:
127127
- id: check-cloudbuild
128128
@@ -136,7 +136,7 @@ Validate Docker Compose files against the schema provided by SchemaStore
136136
:caption: example config
137137
138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.31.2
139+
rev: 0.31.3
140140
hooks:
141141
- id: check-compose-spec
142142
@@ -150,7 +150,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
150150
:caption: example config
151151
152152
- repo: https://github.com/python-jsonschema/check-jsonschema
153-
rev: 0.31.2
153+
rev: 0.31.3
154154
hooks:
155155
- id: check-dependabot
156156
@@ -164,7 +164,7 @@ Validate Drone-CI Config against the schema provided by SchemaStore
164164
:caption: example config
165165
166166
- repo: https://github.com/python-jsonschema/check-jsonschema
167-
rev: 0.31.2
167+
rev: 0.31.3
168168
hooks:
169169
- id: check-drone-ci
170170
@@ -178,7 +178,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
178178
:caption: example config
179179
180180
- repo: https://github.com/python-jsonschema/check-jsonschema
181-
rev: 0.31.2
181+
rev: 0.31.3
182182
hooks:
183183
- id: check-github-actions
184184
@@ -192,7 +192,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
192192
:caption: example config
193193
194194
- repo: https://github.com/python-jsonschema/check-jsonschema
195-
rev: 0.31.2
195+
rev: 0.31.3
196196
hooks:
197197
- id: check-github-workflows
198198
@@ -206,7 +206,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
206206
:caption: example config
207207
208208
- repo: https://github.com/python-jsonschema/check-jsonschema
209-
rev: 0.31.2
209+
rev: 0.31.3
210210
hooks:
211211
- id: check-gitlab-ci
212212
@@ -220,7 +220,7 @@ Validate Mergify config against the schema provided by SchemaStore
220220
:caption: example config
221221
222222
- repo: https://github.com/python-jsonschema/check-jsonschema
223-
rev: 0.31.2
223+
rev: 0.31.3
224224
hooks:
225225
- id: check-mergify
226226
@@ -234,7 +234,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
234234
:caption: example config
235235
236236
- repo: https://github.com/python-jsonschema/check-jsonschema
237-
rev: 0.31.2
237+
rev: 0.31.3
238238
hooks:
239239
- id: check-readthedocs
240240
@@ -248,7 +248,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
248248
:caption: example config
249249
250250
- repo: https://github.com/python-jsonschema/check-jsonschema
251-
rev: 0.31.2
251+
rev: 0.31.3
252252
hooks:
253253
- id: check-renovate
254254
@@ -262,7 +262,7 @@ Validate Taskfile config against the schema provided by Task
262262
:caption: example config
263263
264264
- repo: https://github.com/python-jsonschema/check-jsonschema
265-
rev: 0.31.2
265+
rev: 0.31.3
266266
hooks:
267267
- id: check-taskfile
268268
@@ -276,7 +276,7 @@ Validate Travis Config against the schema provided by SchemaStore
276276
:caption: example config
277277
278278
- repo: https://github.com/python-jsonschema/check-jsonschema
279-
rev: 0.31.2
279+
rev: 0.31.3
280280
hooks:
281281
- id: check-travis
282282
@@ -290,7 +290,7 @@ Validate Woodpecker Config against the schema provided by SchemaStore
290290
:caption: example config
291291
292292
- repo: https://github.com/python-jsonschema/check-jsonschema
293-
rev: 0.31.2
293+
rev: 0.31.3
294294
hooks:
295295
- id: check-woodpecker-ci
296296
@@ -316,7 +316,7 @@ manually, you could do this:
316316
.. code-block:: yaml
317317
318318
- repo: https://github.com/python-jsonschema/check-jsonschema
319-
rev: 0.31.2
319+
rev: 0.31.3
320320
hooks:
321321
- id: check-jsonschema
322322
name: "Check GitHub Workflows"
@@ -335,7 +335,7 @@ To check with the builtin schema that a GitHub workflow sets
335335
.. code-block:: yaml
336336
337337
- repo: https://github.com/python-jsonschema/check-jsonschema
338-
rev: 0.31.2
338+
rev: 0.31.3
339339
hooks:
340340
- id: check-jsonschema
341341
name: "Check GitHub Workflows set timeout-minutes"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "check-jsonschema"
7-
version = "0.31.2"
7+
version = "0.31.3"
88
description = "A jsonschema CLI and pre-commit hook"
99
authors = [
1010
{ name = "Stephen Rosen", email = "[email protected]" },

0 commit comments

Comments
 (0)