Skip to content

Commit

Permalink
Release prep (#292)
Browse files Browse the repository at this point in the history
* Release prep

* Bump version
  • Loading branch information
hu55a1n1 authored Dec 8, 2022
1 parent 95819b8 commit cd103de
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 cd103de

Please sign in to comment.