File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # Unreleased
3
+ # 0.11.3
4
4
5
5
## Rust
6
6
7
7
- fix(rust): Enforce that ` spec.InnerSpec.ChildSize ` is >= 1 ([ #339 ] ( https://github.com/cosmos/ics23/pull/339 ) )
8
8
9
- # 0.11.1
9
+ # 0.11.2
10
10
11
11
## Rust
12
12
13
- ## Full changes
13
+ This release was yanked, please use v0.11.3 instead.
14
+
15
+ # 0.11.1
16
+
17
+ ## Rust
14
18
15
19
- chore(rust): Update ` informalsystems-pbjson ` to v0.7.0 ([ #274 ] ( https://github.com/cosmos/ics23/pull/274 ) )
16
20
17
21
# 0.11.0
18
22
19
23
## Rust
20
24
21
- ## Full changes
22
-
23
25
- chore(rust): update ` prost ` to v0.12 ([ #202 ] ( https://github.com/cosmos/ics23/pull/202 ) )
24
26
25
27
# 0.10.2
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.1 "
10
+ version = " 0.11.3 "
11
11
12
12
[workspace ]
13
13
members = [" codegen" , " no-std-check" ]
You can’t perform that action at this time.
0 commit comments