File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # 0.11.2
3
+ # 0.12.0
4
+
5
+ ## Rust
6
+
7
+ - chore(rust): Update ` prost ` to v0.13 ([ #335 ] ( https://github.com/cosmos/ics23/pull/335 ) , [ #336 ] ( https://github.com/cosmos/ics23/pull/336 ) )
8
+
9
+ # 0.11.3
4
10
5
11
## Rust
6
12
7
13
- fix(rust): Enforce that ` spec.InnerSpec.ChildSize ` is >= 1 ([ #339 ] ( https://github.com/cosmos/ics23/pull/339 ) )
8
14
15
+ # 0.11.2
16
+
17
+ ## Rust
18
+
19
+ This release was yanked, please use v0.11.3 instead.
20
+
9
21
# 0.11.1
10
22
11
23
## Rust
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "Apache-2.0"
7
7
name = " ics23"
8
8
repository = " https://github.com/cosmos/ics23/tree/master/rust"
9
9
rust-version = " 1.60"
10
- version = " 0.11.2 "
10
+ version = " 0.12.0 "
11
11
12
12
[workspace ]
13
13
members = [" codegen" , " no-std-check" ]
You can’t perform that action at this time.
0 commit comments