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.45.1] - 2026-04-06
6+
57### Fixed
68
79- Incorrect handling of ` multipleOf ` validation for negative numeric instances.
@@ -1231,7 +1233,8 @@ Old names are retained for backward compatibility but will be removed in a futur
12311233
12321234- Initial public release
12331235
1234- [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.45.0...HEAD
1236+ [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.45.1...HEAD
1237+ [0. 45. 1]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.45.0...rust-v0.45.1
12351238[0. 45. 0]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.44.1...rust-v0.45.0
12361239[0. 44. 1]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.44.0...rust-v0.44.1
12371240[0. 44. 0]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.43.0...rust-v0.44.0
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-cli"
3- version = " 0.45.0 "
3+ version = " 0.45.1 "
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.45.0 " , path = " ../jsonschema/" }
20+ jsonschema = { version = " 0.45.1 " , path = " ../jsonschema/" }
2121percent-encoding = " 2.3"
22- referencing = { version = " 0.45.0 " , path = " ../jsonschema-referencing" }
22+ referencing = { version = " 0.45.1 " , path = " ../jsonschema-referencing" }
2323serde-saphyr = { version = " 0.0.23" , default-features = false , features = [" deserialize" ] }
2424serde_json.workspace = true
2525
Original file line number Diff line number Diff line change 11[package ]
22name = " referencing"
3- version = " 0.45.0 "
3+ version = " 0.45.1 "
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.45.0 "
3+ version = " 0.45.1 "
44description = " JSON schema validaton library"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -61,7 +61,7 @@ num-bigint = { version = "0.4", optional = true }
6161num-cmp = " 0.1"
6262num-traits = " 0.2.19"
6363percent-encoding = " 2.3"
64- referencing = { version = " 0.45.0 " , path = " ../jsonschema-referencing" }
64+ referencing = { version = " 0.45.1 " , path = " ../jsonschema-referencing" }
6565regex = " 1.11.1"
6666regex-syntax = " 0.8.5"
6767serde.workspace = true
You can’t perform that action at this time.
0 commit comments