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.3] - 2025-01-24
6
+
5
7
### Fixed
6
8
7
9
- Panic when schema registry base URI contains an unencoded fragment.
@@ -794,7 +796,8 @@ Old names are retained for backward compatibility but will be removed in a futur
794
796
795
797
- Initial public release
796
798
797
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...HEAD
799
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.3...HEAD
800
+ [ 0.28.3 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.2...rust-v0.28.3
798
801
[ 0.28.2 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.1...rust-v0.28.2
799
802
[ 0.28.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.28.0...rust-v0.28.1
800
803
[ 0.28.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...rust-v0.28.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-cli"
3
- version = " 0.28.2 "
3
+ version = " 0.28.3 "
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.2 " , path = " ../jsonschema/" }
16
+ jsonschema = { version = " 0.28.3 " , 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.2 "
3
+ version = " 0.28.3 "
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.2 "
3
+ version = " 0.28.3 "
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.2 " , path = " ../jsonschema-referencing" }
39
+ referencing = { version = " 0.28.3 " , 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