File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # Unreleased
4
-
5
- - fix(go): interpret max_depth in proof specs as 128 if left to 0 ([ #352 ] ( https://github.com/cosmos/ics23/pull/352 ) ).
6
- - deps: bump cosmos/gogoproto to v1.7.0.
7
- - deps: bump x/crypto v0.26.0.
8
- - feat: add support for Blake2b/2s/3 hash functions ([ #212 ] ( https://github.com/cosmos/ics23/pull/212 ) ).
9
- - fix(go): bullet-proof against nil dereferences, add more fuzzers ([ \# 244] ( https://github.com/cosmos/ics23/pull/244 ) ).
10
-
11
3
# 0.12.0
12
4
13
5
## Rust
@@ -38,6 +30,14 @@ This release was yanked, please use v0.11.3 instead.
38
30
39
31
- chore(rust): update ` prost ` to v0.12 ([ #202 ] ( https://github.com/cosmos/ics23/pull/202 ) )
40
32
33
+ ## Go
34
+
35
+ - fix(go): interpret max_depth in proof specs as 128 if left to 0 ([ #352 ] ( https://github.com/cosmos/ics23/pull/352 ) ).
36
+ - deps: bump cosmos/gogoproto to v1.7.0.
37
+ - deps: bump x/crypto v0.26.0.
38
+ - feat: add support for Blake2b/2s/3 hash functions ([ #212 ] ( https://github.com/cosmos/ics23/pull/212 ) ).
39
+ - fix(go): bullet-proof against nil dereferences, add more fuzzers ([ \# 244] ( https://github.com/cosmos/ics23/pull/244 ) ).
40
+
41
41
# 0.10.2
42
42
43
43
## Rust
You can’t perform that action at this time.
0 commit comments