Skip to content

Commit 9e87819

Browse files
ljoss17romac
andauthored
Release v0.32.0 (#111)
* release 'ibc-proto-rs' v0.32.0 * Apply suggestions from code review --------- Co-authored-by: Romain Ruetschi <romain@informal.systems>
1 parent b398600 commit 9e87819

File tree

5 files changed

+28
-1
lines changed

5 files changed

+28
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Downgrade `borsh` version from `v0.10.0` to `v0.9`
2+
([#106](https://github.com/cosmos/ibc-proto-rs/pull/104))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update `ibc-go` commit from `v5.1.0` to `v6.2.0`
2+
([#106](https://github.com/cosmos/ibc-proto-rs/issues/106))

.changelog/v0.32.0/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*June 14th, 2023*
2+
3+
This release updates the `ibc-go` proto files from version `v5.1.0` to `v6.2.0` which includes the ICA Protobuf definitions.
4+
5+
The version of `borsh` has been downgraded from `v0.10.0` to `v0.9` in order to match `near-sdk-rs` and Solana smart contract frame `anchor`.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## v0.32.0
4+
5+
*June 14th, 2023*
6+
7+
This release updates the `ibc-go` proto files from version `v5.1.0` to `v6.2.0` which includes the ICA Protobuf definitions.
8+
9+
The version of `borsh` has been downgraded from `v0.10.0` to `v0.9` in order to match `near-sdk-rs` and Solana smart contract frame `anchor`.
10+
11+
### BUG FIXES
12+
13+
- Downgrade `borsh` version from `v0.10.0` to `v0.9`
14+
([#106](https://github.com/cosmos/ibc-proto-rs/pull/104))
15+
16+
### IMPROVEMENTS
17+
18+
- Update `ibc-go` commit from `v5.1.0` to `v6.2.0`
19+
([#106](https://github.com/cosmos/ibc-proto-rs/issues/106))
20+
321
## v0.31.0
422

523
*May 31st, 2023*

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)