File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.29.0] - 2025-02-08
6
+
5
7
### Breaking Changes
6
8
7
9
- All builder methods on ` ValidationOptions ` now take ownership of ` self ` instead of ` &mut self ` .
@@ -880,7 +882,8 @@ Old names are retained for backward compatibility but will be removed in a futur
880
882
881
883
- Initial public release
882
884
883
- [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.3...HEAD
885
+ [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.29.0...HEAD
886
+ [0. 29. 0]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.3...rust-v0.29.0
884
887
[0. 28. 3]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...rust-v0.28.3
885
888
[0. 28. 2]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.1...rust-v0.28.2
886
889
[0. 28. 1]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...rust-v0.28.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-cli"
3
- version = " 0.28.3 "
3
+ version = " 0.29.0 "
4
4
description = " A command line tool for JSON Schema validation."
5
5
keywords = [" jsonschema" , " validation" ]
6
6
categories = [" web-programming" ]
@@ -13,7 +13,7 @@ license.workspace = true
13
13
14
14
[dependencies ]
15
15
clap = { version = " 4.5" , features = [" derive" ] }
16
- jsonschema = { version = " 0.28.3 " , path = " ../jsonschema/" }
16
+ jsonschema = { version = " 0.29.0 " , path = " ../jsonschema/" }
17
17
serde_json.workspace = true
18
18
19
19
[[bin ]]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " referencing"
3
- version = " 0.28.3 "
3
+ version = " 0.29.0 "
4
4
description = " An implementation-agnostic JSON reference resolution library for Rust."
5
5
readme = " README.md"
6
6
rust-version.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema"
3
- version = " 0.28.3 "
3
+ version = " 0.29.0 "
4
4
description = " JSON schema validaton library"
5
5
keywords = [" jsonschema" , " validation" ]
6
6
categories = [" web-programming" ]
@@ -37,7 +37,7 @@ reqwest = { version = "0.12", features = [
37
37
" blocking" ,
38
38
" json" ,
39
39
], default-features = false , optional = true }
40
- referencing = { version = " 0.28.3 " , path = " ../jsonschema-referencing" }
40
+ referencing = { version = " 0.29.0 " , path = " ../jsonschema-referencing" }
41
41
serde.workspace = true
42
42
serde_json.workspace = true
43
43
uuid-simd = " 0.8"
You can’t perform that action at this time.
0 commit comments