Skip to content

Commit 73c5e48

Browse files
committed
chore(python): Release 0.36.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent e739d83 commit 73c5e48

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/jsonschema-py/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.36.0] - 2025-11-18
6+
57
### Added
68

79
- `jsonschema_rs.evaluate()`, `Validator.evaluate()`, and the `Evaluation` type for retrieving JSON Schema Output v1 (flag/list/hierarchical) formats along with annotations and errors.
@@ -755,7 +757,8 @@
755757
## 0.1.0 - 2020-06-09
756758
- Initial public release
757759

758-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.35.0...HEAD
760+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.36.0...HEAD
761+
[0.36.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.35.0...python-v0.36.0
759762
[0.35.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.34.0...python-v0.35.0
760763
[0.34.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.33.0...python-v0.34.0
761764
[0.33.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.32.1...python-v0.33.0

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.35.0"
3+
version = "0.36.0"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)