Skip to content

Commit

Permalink
Release v0.41.0 (#690)
Browse files Browse the repository at this point in the history
* unclog release

* bump version
  • Loading branch information
plafer authored May 23, 2023
1 parent 522aef1 commit 349d7f5
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.41.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release bumps ibc-proto to v0.30.0 and tendermint to v0.31, and provides utilities for chain upgrades (Tendermint only).

There are consensus-breaking changes.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# CHANGELOG

## v0.41.0

*May 23, 2023*

This release bumps ibc-proto to v0.30.0 and tendermint to v0.31, and provides utilities for chain upgrades (Tendermint only).

There are consensus-breaking changes.

### BREAKING CHANGES

- Support for upgrade client proposal by featuring helper contexts and domain types
([#420](https://github.com/cosmos/ibc-rs/issues/420))
- Remove unused `ClientState` methods
([#681](https://github.com/cosmos/ibc-rs/issues/681))
- Bump ibc-proto to v0.30.0 and tendermint to v0.31
([#689](https://github.com/cosmos/ibc-rs/issues/689))

### BUG FIXES

- Encode upgraded client/consensus states for upgrade_client validation using `prost::Message`
from pros ([#672](https://github.com/cosmos/ibc-rs/issues/672))

### FEATURES

- Timestamp ser and der failed on borsh feature
([#687](https://github.com/cosmos/ibc-rs/issues/687))

### IMPROVEMENTS

- Clarify usage of `upgrade_path` for handling upgrade proposals
([#141](https://github.com/cosmos/ibc-rs/issues/141))
- Refactor tests for upgrade_client implementation
([#385](https://github.com/cosmos/ibc-rs/issues/385))
- Exclude `ClientState::new()` checks from proto ClientState conversion
([#671](https://github.com/cosmos/ibc-rs/issues/671))
- Remove redundant #[allow(clippy::too_many_arguments)]
([#674](https://github.com/cosmos/ibc-rs/issues/674))
- Token transfer: Make `Amount` type less restrictive
([#684](https://github.com/cosmos/ibc-rs/issues/684))

## v0.40.0

*May 8, 2023*
Expand All @@ -8,7 +48,7 @@ This release primarily consolidated the modules in the ibc-rs crate, removed man

There were also a few minor validation checks missing, which we added. These were pretty much the last remaining known ones.

There are breaking changes.
There are consensus-breaking changes.

### BREAKING CHANGES

Expand Down
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc"
version = "0.40.0"
version = "0.41.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 349d7f5

Please sign in to comment.