File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.37.4] - 2025-11-30
6+
57### Fixed
68
79- Stack overflow during validation of schemas with circular ` $ref ` chains (e.g., ` a ` → ` b ` → ` a ` ).
@@ -1069,7 +1071,8 @@ Old names are retained for backward compatibility but will be removed in a futur
10691071
10701072- Initial public release
10711073
1072- [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.37.3...HEAD
1074+ [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.37.4...HEAD
1075+ [0. 37. 4]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.37.3...rust-v0.37.4
10731076[0. 37. 3]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.37.2...rust-v0.37.3
10741077[0. 37. 2]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.37.1...rust-v0.37.2
10751078[0. 37. 1]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.37.0...rust-v0.37.1
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-cli"
3- version = " 0.37.3 "
3+ version = " 0.37.4 "
44description = " A command line tool for JSON Schema validation."
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -17,9 +17,9 @@ path = "src/main.rs"
1717
1818[dependencies ]
1919clap = { version = " 4.5" , features = [" derive" ] }
20- jsonschema = { version = " 0.37.3 " , path = " ../jsonschema/" }
20+ jsonschema = { version = " 0.37.4 " , path = " ../jsonschema/" }
2121percent-encoding = " 2.3"
22- referencing = { version = " 0.37.3 " , path = " ../jsonschema-referencing" }
22+ referencing = { version = " 0.37.4 " , path = " ../jsonschema-referencing" }
2323serde_json.workspace = true
2424
2525[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " referencing"
3- version = " 0.37.3 "
3+ version = " 0.37.4 "
44description = " An implementation-agnostic JSON reference resolution library for Rust."
55readme = " README.md"
66rust-version.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema"
3- version = " 0.37.3 "
3+ version = " 0.37.4 "
44description = " JSON schema validaton library"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -52,7 +52,7 @@ num-bigint = { version = "0.4", optional = true }
5252num-cmp = " 0.1"
5353num-traits = " 0.2.19"
5454percent-encoding = " 2.3"
55- referencing = { version = " 0.37.3 " , path = " ../jsonschema-referencing" }
55+ referencing = { version = " 0.37.4 " , path = " ../jsonschema-referencing" }
5656regex = " 1.11.1"
5757regex-syntax = " 0.8.5"
5858serde.workspace = true
You can’t perform that action at this time.
0 commit comments