File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ * November 8th, 2024*
2
+
3
+ This patch release enables the ` json-schema ` feature for the ` tendermint-proto ` dependency.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v0.51.1
4
+
5
+ * November 8th, 2024*
6
+
7
+ This patch release enables the ` json-schema ` feature for the ` tendermint-proto ` dependency.
8
+
9
+ ### BUG FIXES
10
+
11
+ - Enable ` json-schema ` for ` tendermint-proto ` dependency.
12
+ ([ \# 252] ( https://github.com/cosmos/ibc-proto-rs/issues/252 ) )
13
+
3
14
## v0.51.0
4
15
5
16
* October 24th, 2024*
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ibc-proto"
3
- version = " 0.51.0 "
3
+ version = " 0.51.1 "
4
4
authors = [" Informal Systems <hello@informal.systems>" ]
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
@@ -44,7 +44,7 @@ version = "0.40.0"
44
44
default-features = false
45
45
46
46
[dependencies .cosmos-sdk-proto ]
47
- version = " 0.26.0 "
47
+ version = " 0.26.1 "
48
48
default-features = false
49
49
50
50
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments