File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.46.5] - 2026-05-13
6+
57### Fixed
68
79- Percent-encoded characters in ` $ref ` URI fragments (e.g. ` #/$defs/Request%20class ` ) are now decoded when stored as ` schema_path ` .
@@ -1279,7 +1281,8 @@ Old names are retained for backward compatibility but will be removed in a futur
12791281
12801282- Initial public release
12811283
1282- [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.46.4...HEAD
1284+ [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.46.5...HEAD
1285+ [0. 46. 5]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.46.4...rust-v0.46.5
12831286[0. 46. 4]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.46.3...rust-v0.46.4
12841287[0. 46. 3]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.46.2...rust-v0.46.3
12851288[0. 46. 2]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.46.1...rust-v0.46.2
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-cli"
3- version = " 0.46.4 "
3+ version = " 0.46.5 "
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.46.4 " , path = " ../jsonschema/" }
20+ jsonschema = { version = " 0.46.5 " , path = " ../jsonschema/" }
2121percent-encoding = " 2.3"
22- referencing = { version = " 0.46.4 " , path = " ../jsonschema-referencing" }
22+ referencing = { version = " 0.46.5 " , path = " ../jsonschema-referencing" }
2323serde-saphyr = { version = " 0.0.26" , 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.46.4 "
3+ version = " 0.46.5 "
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.46.4 "
3+ version = " 0.46.5 "
44description = " JSON schema validaton library"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -62,7 +62,7 @@ num-bigint = { version = "0.4", optional = true }
6262num-cmp = " 0.1"
6363num-traits = " 0.2.19"
6464percent-encoding = " 2.3"
65- referencing = { version = " 0.46.4 " , path = " ../jsonschema-referencing" }
65+ referencing = { version = " 0.46.5 " , path = " ../jsonschema-referencing" }
6666regex = " 1.11.1"
6767regex-syntax = " 0.8.5"
6868serde.workspace = true
You can’t perform that action at this time.
0 commit comments