Releases: python-jsonschema/check-jsonschema
Releases · python-jsonschema/check-jsonschema
0.34.0
- Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot, drone-ci, github-issue-forms, gitlab-ci, meltano, mergify, renovate, snapcraft, woodpecker-ci (2025-09-17)
- Add GitHub issue config schema and pre-commit hook. Thanks @vivodi! (#589)
- Add GitHub issue form schema and pre-commit hook. Thanks @vivodi! (#588)
- Add Codecov config schema and pre-commit hook. Thanks @vivodi! (#598)
0.33.3
0.33.2
0.33.1
- Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, cloudbuild, compose-spec, dependabot, drone-ci, github-actions, github-workflows, gitlab-ci, mergify, readthedocs, renovate, taskfile, travis, woodpecker-ci (2025-06-22)
- Fix: support
click==8.2.0
- Fix a bug in
Last-Modified
header parsing which used local time and could result in improper caching. Thanks @fenuks! (#565)
0.33.0
- Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, compose-spec, github-workflows, mergify, renovate, taskfile, woodpecker-ci (2025-04-11)
- A new option,
--force-filetype
, is now supported and allows users to explicitly specify which parser should be used for instance files. Thanks @mschoettle! (#557, #341)
0.32.1
0.32.0
- Update vendored schemas: circle-ci, compose-spec, dependabot, github-workflows, gitlab-ci, mergify, renovate, taskfile (2025-03-25)
- Add Meltano schema and pre-commit hook. Thanks @edgarrmondragon! (#540)
- Add Snapcraft schema and pre-commit hook. Thanks @fabolhak! (#535)
0.31.3
0.31.2
0.31.1
- Update vendored schemas: buildkite, cloudbuild, compose-spec, mergify, renovate (2025-01-26)
- Update the
gitlab
andrenovate
hooks to use--regex-variant nonunicode
. Thanks @quentin-ag and @Callek for reporting! (#516, #518) - Update the required
ruamel.yaml
version to a range,>=0.18.10,<0.19.0
.