File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.28.3] - 2025-01-24
6+
57### Fixed
68
79- Panic when schema registry base URI contains an unencoded fragment.
@@ -794,7 +796,8 @@ Old names are retained for backward compatibility but will be removed in a futur
794796
795797- Initial public release
796798
797- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...HEAD
799+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.3...HEAD
800+ [ 0.28.3 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...rust-v0.28.3
798801[ 0.28.2 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.1...rust-v0.28.2
799802[ 0.28.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...rust-v0.28.1
800803[ 0.28.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...rust-v0.28.0
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-cli"
3- version = " 0.28.2 "
3+ version = " 0.28.3 "
44description = " A command line tool for JSON Schema validation."
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -13,7 +13,7 @@ license.workspace = true
1313
1414[dependencies ]
1515clap = { version = " 4.5" , features = [" derive" ] }
16- jsonschema = { version = " 0.28.2 " , path = " ../jsonschema/" }
16+ jsonschema = { version = " 0.28.3 " , path = " ../jsonschema/" }
1717serde_json.workspace = true
1818
1919[[bin ]]
Original file line number Diff line number Diff line change 11[package ]
22name = " referencing"
3- version = " 0.28.2 "
3+ version = " 0.28.3 "
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.28.2 "
3+ version = " 0.28.3 "
44description = " JSON schema validaton library"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -36,7 +36,7 @@ reqwest = { version = "0.12", features = [
3636 " blocking" ,
3737 " json" ,
3838], default-features = false , optional = true }
39- referencing = { version = " 0.28.2 " , path = " ../jsonschema-referencing" }
39+ referencing = { version = " 0.28.3 " , path = " ../jsonschema-referencing" }
4040serde.workspace = true
4141serde_json.workspace = true
4242uuid-simd = " 0.8"
You can’t perform that action at this time.
0 commit comments