File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.27.1] - 2024-12-24
6
+
5
7
### Added
6
8
7
9
- Implement ` ExactSizeIterator ` for ` PrimitiveTypesBitMapIterator ` .
@@ -758,7 +760,8 @@ Old names are retained for backward compatibility but will be removed in a futur
758
760
759
761
- Initial public release
760
762
761
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.0...HEAD
763
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.1...HEAD
764
+ [ 0.27.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.0...rust-v0.27.1
762
765
[ 0.27.0 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.2...rust-v0.27.0
763
766
[ 0.26.2 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.1...rust-v0.26.2
764
767
[ 0.26.1 ] : https://github.com/Stranger6667/jsonschema/compare/rust-v0.26.0...rust-v0.26.1
Original file line number Diff line number Diff line change @@ -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.0 " , path = " ../jsonschema/" }
16
+ jsonschema = { version = " 0.27.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.27.0 "
3
+ version = " 0.27.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.27.0 "
3
+ version = " 0.27.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.27.0 " , path = " ../jsonschema-referencing" }
39
+ referencing = { version = " 0.27.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