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.22.0] - 2024-10-03
6+
57### Changed
68
79- Extend email validation. [ #471 ] ( https://github.com/Stranger6667/jsonschema-rs/issues/471 )
@@ -597,7 +599,8 @@ Old names are retained for backward compatibility but will be removed in a futur
597599
598600- Initial public release
599601
600- [ Unreleased ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.21.0...HEAD
602+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.22.0...HEAD
603+ [ 0.22.0 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.21.0...rust-v0.22.0
601604[ 0.21.0 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.20.0...rust-v0.21.0
602605[ 0.20.0 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.19.1...rust-v0.20.0
603606[ 0.19.1 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.19.0...rust-v0.19.1
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-cli"
3- version = " 0.21 .0"
3+ version = " 0.22 .0"
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.21 .0" , path = " ../jsonschema/" }
16+ jsonschema = { version = " 0.22 .0" , 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.21 .0"
3+ version = " 0.22 .0"
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.21 .0"
3+ version = " 0.22 .0"
44description = " JSON schema validaton library"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
@@ -42,7 +42,7 @@ reqwest = { version = "0.12", features = [
4242 " blocking" ,
4343 " json" ,
4444], default-features = false , optional = true }
45- referencing = { version = " 0.21 .0" , path = " ../jsonschema-referencing" }
45+ referencing = { version = " 0.22 .0" , path = " ../jsonschema-referencing" }
4646serde.workspace = true
4747serde_json.workspace = true
4848url.workspace = true
You can’t perform that action at this time.
0 commit comments