Skip to content

Commit

Permalink
Release/v0.22.0 (#37)
Browse files Browse the repository at this point in the history
* Unclog setup for v0.22.0

* Bump versions

* Add tools dir to cargo package exclusions
  • Loading branch information
hu55a1n1 authored Nov 9, 2022
1 parent 4bcd41c commit 33f301e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.22.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This release updates the Cosmos SDK protobufs to v0.46.4.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.22.0

*November 9, 2022*

This release updates the Cosmos SDK protobufs to v0.46.4.

### BREAKING CHANGES

- Update tendermint-rs libraries to v0.26
([#33](https://github.com/cosmos/ibc-proto-rs/issues/33))
- Update protobufs for Cosmos SDK to v0.46.4
- Adds the `module_account_by_name` method to the `Query` trait
([#2776](https://github.com/informalsystems/hermes/2776))

## v0.21.0

*October 19, 2022*
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/cosmos/ibc-proto-rs"
readme = "README.md"
categories = ["cryptography::cryptocurrencies", "encoding", "no-std"]
keywords = ["blockchain", "cosmos", "tendermint", "ibc", "proto"]
exclude = ["definitions"]
exclude = ["definitions", "tools"]
rust-version = "1.60"
description = """
ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions
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.21.0")]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.22.0")]

pub mod google;
pub mod protobuf;
Expand Down

0 comments on commit 33f301e

Please sign in to comment.