Skip to content

Commit

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

* Bump version to v0.27.0
  • Loading branch information
Farhad-Shabani authored Jan 17, 2023
1 parent a2a52b7 commit afd5cea
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.27.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release contains a bug fix for the `ChanOpenConfirm` handler and it is strongly recommended to upgrade.

This release contains a consensus-breaking change during the channel opening handshake; it was broken, and now is fixed.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v0.27.0

*January 16, 2023*

This release contains a bug fix for the `ChanOpenConfirm` handler and it is strongly recommended to upgrade.

This release contains a consensus-breaking change during the channel opening handshake; it was broken, and now is fixed.

### BUG FIXES

- Fix ChanOpenConfirm handler check of counterparty state
([#353](https://github.com/cosmos/ibc-rs/issues/353))

## v0.26.0

*December 14, 2022*
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.26.0"
version = "0.27.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#![forbid(unsafe_code)]
// https://github.com/cosmos/ibc-rs/issues/342
#![allow(clippy::result_large_err)]
#![doc(html_root_url = "https://docs.rs/ibc/0.26.0")]
#![doc(html_root_url = "https://docs.rs/ibc/0.27.0")]
//! This library implements the InterBlockchain Communication (IBC) protocol in Rust. IBC is
//! a distributed protocol that enables communication between distinct sovereign blockchains.
//! Loose analogies may be drawn between the IBC protocol and the TCP/UDP protocols that enable
Expand Down

0 comments on commit afd5cea

Please sign in to comment.