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.1] - 2025-03-27
6
+
5
7
### Added
6
8
7
9
- ` Hash ` , ` PartialOrd ` , ` Ord ` and ` serde::Serialize ` for ` Location ` .
@@ -887,7 +889,8 @@ Old names are retained for backward compatibility but will be removed in a futur
887
889
888
890
- Initial public release
889
891
890
- [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.29.0...HEAD
892
+ [Unreleased ]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.29.1...HEAD
893
+ [0. 29. 1]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.29.0...rust-v0.29.1
891
894
[0. 29. 0]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.3...rust-v0.29.0
892
895
[0. 28. 3]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...rust-v0.28.3
893
896
[0. 28. 2]: https: // github.com/Stranger6667/jsonschema/compare/rust-v0.28.1...rust-v0.28.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-cli"
3
- version = " 0.29.0 "
3
+ version = " 0.29.1 "
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.29.0 " , path = " ../jsonschema/" }
16
+ jsonschema = { version = " 0.29.1 " , 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.29.0 "
3
+ version = " 0.29.1 "
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.29.0 "
3
+ version = " 0.29.1 "
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.29.0 " , path = " ../jsonschema-referencing" }
40
+ referencing = { version = " 0.29.1 " , 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