Skip to content

Commit 5de13c6

Browse files
authored
Release v0.23.0 (#250) (#256)
* unclog release * bump version to 0.23.0
1 parent 55a2f22 commit 5de13c6

File tree

6 files changed

+23
-2
lines changed

6 files changed

+23
-2
lines changed

.changelog/v0.23.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This release mainly updates the tendermint-rs dependency to v0.26.0.
2+
3+
There are no consensus-breaking changes.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## v0.23.0
4+
5+
*November 21, 2022*
6+
7+
This release mainly updates the tendermint-rs dependency to v0.26.0.
8+
9+
There are no consensus-breaking changes.
10+
11+
### BREAKING CHANGES
12+
13+
- Update to tendermint-rs 0.26 and ibc-proto 0.22
14+
([#208](https://github.com/cosmos/ibc-rs/issues/208))
15+
16+
### FEATURES
17+
18+
- Add Other Item for Ics02Client,Ics03connection, Ics04Channel Error
19+
([#237](https://github.com/cosmos/ibc-rs/issues/237))
20+
321
## v0.22.0
422

523
*November 9, 2022*

crates/ibc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"

crates/ibc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
rust_2018_idioms
1414
)]
1515
#![forbid(unsafe_code)]
16-
#![doc(html_root_url = "https://docs.rs/ibc/0.22.0")]
16+
#![doc(html_root_url = "https://docs.rs/ibc/0.23.0")]
1717

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

0 commit comments

Comments
 (0)