Skip to content

Commit

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

* bump version
  • Loading branch information
plafer authored Feb 28, 2023
1 parent 2182ba6 commit 61c33db
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions .changelog/v0.31.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release contains quality of life improvements.

There are no consensus-breaking changes.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# CHANGELOG

## v0.31.0

*February 28, 2023*

This release contains quality of life improvements.

There are no consensus-breaking changes.

### BREAKING CHANGES

- Remove ibc::handler module ([#478](https://github.com/cosmos/ibc-rs/issues/478))
- Discard the `connection-channels` method under `ValidationContext` since it is
no longer used by the core handlers.
([#479](https://github.com/cosmos/ibc-rs/issues/479))
- Remove Send + Sync supertraits on the Module trait
([#480](https://github.com/cosmos/ibc-rs/issues/480))
- Modify `validate_self_client` error type to return `ContextError` instead of
`ConnectionError`
([#482](https://github.com/cosmos/ibc-rs/issues/482))

### IMPROVEMENTS

- Fix typos ([\#472](https://github.com/cosmos/ibc-rs/issues/472))

## v0.30.0

*February 24, 2023*
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.30.0"
version = "0.31.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 61c33db

Please sign in to comment.