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.28.0] - 2024-12-29
6
+
5
7
### Added
6
8
7
9
- Implement ` IntoIterator ` for ` Location ` to iterate over ` LocationSegment ` .
@@ -767,7 +769,8 @@ Old names are retained for backward compatibility but will be removed in a futur
767
769
768
770
- Initial public release
769
771
770
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...HEAD
772
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...HEAD
773
+ [ 0.28.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...rust-v0.28.0
771
774
[ 0.27.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.0...rust-v0.27.1
772
775
[ 0.27.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.2...rust-v0.27.0
773
776
[ 0.26.2 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.1...rust-v0.26.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-cli"
3
- version = " 0.27.1 "
3
+ version = " 0.28.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.27.1 " , path = " ../jsonschema/" }
16
+ jsonschema = { version = " 0.28.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.27.1 "
3
+ version = " 0.28.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.27.1 "
3
+ version = " 0.28.0 "
4
4
description = " JSON schema validaton library"
5
5
keywords = [" jsonschema" , " validation" ]
6
6
categories = [" web-programming" ]
@@ -36,7 +36,7 @@ reqwest = { version = "0.12", features = [
36
36
" blocking" ,
37
37
" json" ,
38
38
], default-features = false , optional = true }
39
- referencing = { version = " 0.27.1 " , path = " ../jsonschema-referencing" }
39
+ referencing = { version = " 0.28.0 " , path = " ../jsonschema-referencing" }
40
40
serde.workspace = true
41
41
serde_json.workspace = true
42
42
uuid-simd = " 0.8"
You can’t perform that action at this time.
0 commit comments