Skip to content

Commit

Permalink
release v0.21.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer authored Oct 19, 2022
1 parent 65c050e commit d89b9bf
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project_url = 'https://github.com/cosmos/ibc-proto-rs'
Empty file added .changelog/unreleased/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions .changelog/v0.21.0/breaking-changes/24-update-ibc-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update protos to IBC-Go v5.0.0 and Cosmos SDK v0.46.1
([#24](https://github.com/cosmos/ibc-proto-rs/issues/24))
2 changes: 2 additions & 0 deletions .changelog/v0.21.0/breaking-changes/26-tendermint-proto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update tendermint-proto requirement from =0.23.9 to =0.25.0
([#26](https://github.com/cosmos/ibc-proto-rs/issues/26))
1 change: 1 addition & 0 deletions .changelog/v0.21.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the first release of ibc-proto with its own changelog. For past releases, please check the [Hermes](https://github.com/informalsystems/hermes/blob/c34b354e310da7f59631ae315ea22c5f2b420d44/CHANGELOG.md) changelog.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG

## v0.21.0

*October 19, 2022*

This is the first release of ibc-proto with its own changelog. For past releases, please check the [Hermes](https://github.com/informalsystems/hermes/blob/c34b354e310da7f59631ae315ea22c5f2b420d44/CHANGELOG.md) changelog.

### BREAKING CHANGES

- Update protos to IBC-Go v5.0.0 and Cosmos SDK v0.46.1
([#24](https://github.com/cosmos/ibc-proto-rs/issues/24))
- Update tendermint-proto requirement from =0.23.9 to =0.25.0
([#26](https://github.com/cosmos/ibc-proto-rs/issues/26))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.20.1"
version = "0.21.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#![allow(clippy::large_enum_variant, clippy::derive_partial_eq_without_eq)]
#![allow(rustdoc::bare_urls)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.20.1")]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.21.0")]

pub mod google;
pub mod protobuf;
Expand Down

0 comments on commit d89b9bf

Please sign in to comment.