File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.19.1] - 2024-09-15
6+
57### Fixed
68
79- ` ipv4 ` format validation. [ #512 ] ( https://github.com/Stranger6667/jsonschema-rs/issues/512 )
503505
504506- Initial public release
505507
506- [ Unreleased ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.19.0...HEAD
508+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.19.1...HEAD
509+ [ 0.19.1 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.19.0...rust-v0.19.1
507510[ 0.19.0 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.3...rust-v0.19.0
508511[ 0.18.3 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.2...rust-v0.18.3
509512[ 0.18.2 ] : https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.1...rust-v0.18.2
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-cli"
3- version = " 0.19.0 "
3+ version = " 0.19.1 "
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.19.0 " , path = " ../jsonschema/" }
16+ jsonschema = { version = " 0.19.1 " , path = " ../jsonschema/" }
1717serde_json.workspace = true
1818
1919[[bin ]]
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema"
3- version = " 0.19.0 "
3+ version = " 0.19.1 "
44description = " JSON schema validaton library"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
You can’t perform that action at this time.
0 commit comments