Skip to content

Commit

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

* bump version
  • Loading branch information
plafer authored Mar 16, 2023
1 parent 22fe103 commit 49978e1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/v0.33.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release primarily updates the `ClientState` trait.

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

## v0.33.0

*March 16, 2023*

This release primarily updates the `ClientState` trait.

There are no consensus-breaking changes.

### BREAKING CHANGES

- Replace specific verify_functions inside `ics02_client` with generic
`verify_membership` and `verify_non_membership` interfaces.
([#530](https://github.com/cosmos/ibc-rs/issues/530))
- Replace `ClientState::frozen_height()` and `ClientState::is_frozen()`
with `ClientState::confirm_frozen()`
([#545](https://github.com/cosmos/ibc-rs/issues/545))

### IMPROVEMENT

- Fix `ContextError` Display output
([#547](https://github.com/cosmos/ibc-rs/issues/547))

## v0.32.0

*March 9, 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.32.0"
version = "0.33.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 49978e1

Please sign in to comment.