Skip to content

Commit

Permalink
Release v0.32.0 (#111)
Browse files Browse the repository at this point in the history
* release 'ibc-proto-rs' v0.32.0

* Apply suggestions from code review

---------

Co-authored-by: Romain Ruetschi <romain@informal.systems>
  • Loading branch information
ljoss17 and romac authored Jun 14, 2023
1 parent b398600 commit 9e87819
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/v0.32.0/bug-fixes/106-downgrade-borsh-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Downgrade `borsh` version from `v0.10.0` to `v0.9`
([#106](https://github.com/cosmos/ibc-proto-rs/pull/104))
2 changes: 2 additions & 0 deletions .changelog/v0.32.0/improvements/106-update-ibc-go-6-2-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update `ibc-go` commit from `v5.1.0` to `v6.2.0`
([#106](https://github.com/cosmos/ibc-proto-rs/issues/106))
5 changes: 5 additions & 0 deletions .changelog/v0.32.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*June 14th, 2023*

This release updates the `ibc-go` proto files from version `v5.1.0` to `v6.2.0` which includes the ICA Protobuf definitions.

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`.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v0.32.0

*June 14th, 2023*

This release updates the `ibc-go` proto files from version `v5.1.0` to `v6.2.0` which includes the ICA Protobuf definitions.

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`.

### BUG FIXES

- Downgrade `borsh` version from `v0.10.0` to `v0.9`
([#106](https://github.com/cosmos/ibc-proto-rs/pull/104))

### IMPROVEMENTS

- Update `ibc-go` commit from `v5.1.0` to `v6.2.0`
([#106](https://github.com/cosmos/ibc-proto-rs/issues/106))

## v0.31.0

*May 31st, 2023*
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.31.0"
version = "0.32.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 9e87819

Please sign in to comment.