Skip to content

Commit

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

* bump version to 0.23.0
  • Loading branch information
plafer authored Nov 22, 2022
1 parent 69babe1 commit 999b74d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.23.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release mainly updates the tendermint-rs dependency to v0.26.0.

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

## v0.23.0

*November 21, 2022*

This release mainly updates the tendermint-rs dependency to v0.26.0.

There are no consensus-breaking changes.

### BREAKING CHANGES

- Update to tendermint-rs 0.26 and ibc-proto 0.22
([#208](https://github.com/cosmos/ibc-rs/issues/208))

### FEATURES

- Add Other Item for Ics02Client,Ics03connection, Ics04Channel Error
([#237](https://github.com/cosmos/ibc-rs/issues/237))

## v0.22.0

*November 9, 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.22.0"
version = "0.23.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 @@
rust_2018_idioms
)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/ibc/0.22.0")]
#![doc(html_root_url = "https://docs.rs/ibc/0.23.0")]

//! This library implements the InterBlockchain Communication (IBC) protocol in Rust. IBC is
//! a distributed protocol that enables communication between distinct sovereign blockchains.
Expand Down

0 comments on commit 999b74d

Please sign in to comment.