Skip to content

Commit 3c84921

Browse files
committed
chore(python): Release 0.20.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 4d9b749 commit 3c84921

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

crates/jsonschema-py/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.20.0] - 2024-09-18
6+
57
### Added
68

79
- New draft-specific validator classes: `Draft4Validator`, `Draft6Validator`, `Draft7Validator`, `Draft201909Validator`, and `Draft202012Validator`.
@@ -397,8 +399,9 @@
397399
## 0.1.0 - 2020-06-09
398400
- Initial public release
399401

400-
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.19.1...HEAD
401-
[0.19.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.19.0...python-v0.19.1
402+
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.20.0...HEAD
403+
[0.20.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.19.1...python-v0.20.0
404+
[0.19.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.19.0...python-v0.19.1
402405
[0.19.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.3...python-v0.19.0
403406
[0.18.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.2...python-v0.18.3
404407
[0.18.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.18.1...python-v0.18.2

crates/jsonschema-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonschema-py"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)