Skip to content

Commit 9062783

Browse files
committed
chore(python): Release 0.37.2
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 0c056df commit 9062783

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.37.2] - 2025-11-27
6+
57
### Fixed
68

79
- External resources not discovered through chained local `$ref` references. [#892](https://github.com/Stranger6667/jsonschema/issues/892)
@@ -779,7 +781,8 @@
779781
## 0.1.0 - 2020-06-09
780782
- Initial public release
781783

782-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.1...HEAD
784+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.2...HEAD
785+
[0.37.2]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.1...python-v0.37.2
783786
[0.37.1]: https://github.com/Stranger6667/jsonschema/compare/python-v0.37.0...python-v0.37.1
784787
[0.37.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.36.0...python-v0.37.0
785788
[0.36.0]: https://github.com/Stranger6667/jsonschema/compare/python-v0.35.0...python-v0.36.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.37.1"
3+
version = "0.37.2"
44
description = "A high-performance JSON Schema validator for Python"
55
keywords = ["jsonschema", "validation"]
66
categories = ["web-programming"]

0 commit comments

Comments
 (0)