Skip to content

Commit

Permalink
Merge v0.24.x into main (#298)
Browse files Browse the repository at this point in the history
* Release v0.23.0 (#250)

* unclog release

* bump version to 0.23.0

* Update to tendermint 0.27 (#260)

* Update to tendermint 0.27

* Unpatch ibc-proto

* Changelog entry for #260

* Fix up changelog for #260

* Update `ics23` to v0.9.0 (#275)

* Update `ics23` to v0.9.0

* Fix clippy warnings

* Add changelog entry

* Release prep (#292)

* Release prep

* Bump version

* fix changelog

* fix changelog - 278 not unreleased

Co-authored-by: Mikhail Zabaluev <mikhail@informal.systems>
Co-authored-by: Romain Ruetschi <romain@informal.systems>
Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
  • Loading branch information
4 people authored Dec 13, 2022
1 parent 7d128f7 commit 07ee706
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changelog/v0.24.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

This release mainly updates the tendermint-rs dependency to v0.27.0 and includes security improvements.

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.24.0

*December 8, 2022*

This release mainly updates the tendermint-rs dependency to v0.27.0 and includes security improvements.

There are no consensus-breaking changes.

### BREAKING CHANGES

- Update to changes in tendermint-rs 0.27
([#260](https://github.com/cosmos/ibc-rs/pulls/260))

### IMPROVEMENTS

- Update `ics23` to v0.9.0, which contains substantial security improvements
([#278](https://github.com/cosmos/ibc-rs/issues/278))

## v0.23.0

*November 21, 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.23.0"
version = "0.24.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.23.0")]
#![doc(html_root_url = "https://docs.rs/ibc/0.24.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 07ee706

Please sign in to comment.