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.1] - 2024-12-31
6
+
5
7
### Fixed
6
8
7
9
- Handle fragment references within ` $id ` -anchored subschemas. [ #640 ] ( https://github.com/Stranger6667/jsonschema/issues/640 )
@@ -773,7 +775,8 @@ Old names are retained for backward compatibility but will be removed in a futur
773
775
774
776
- Initial public release
775
777
776
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...HEAD
778
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.1...HEAD
779
+ [ 0.28.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...rust-v0.28.1
777
780
[ 0.28.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...rust-v0.28.0
778
781
[ 0.27.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.0...rust-v0.27.1
779
782
[ 0.27.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.2...rust-v0.27.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-cli"
3
- version = " 0.28.0 "
3
+ version = " 0.28.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.28.0 " , path = " ../jsonschema/" }
16
+ jsonschema = { version = " 0.28.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.28.0 "
3
+ version = " 0.28.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.28.0 "
3
+ version = " 0.28.1 "
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.28.0 " , path = " ../jsonschema-referencing" }
39
+ referencing = { version = " 0.28.1 " , 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