Skip to content

Commit

Permalink
Release v0.24 (#45)
Browse files Browse the repository at this point in the history
* update tendermint-rs  to 0.28

* bump version to 0.24.0

* changelog

* release
  • Loading branch information
plafer authored Dec 13, 2022
1 parent 9bd3577 commit 8c06d9d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.24.0/breaking-changes/45-release-0.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update to tendermint-proto 0.28 ([#45](https://github.com/cosmos/ibc-proto-
rs/issues/45))
1 change: 1 addition & 0 deletions .changelog/v0.24.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This release updates the Tendermint Protobuf definitons to v0.28.0.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.24.0

*December 13th, 2022*

This release updates the Tendermint Protobuf definitons to v0.28.0.

### BREAKING CHANGES

- Update to tendermint-proto 0.28 ([#45](https://github.com/cosmos/ibc-proto-
rs/issues/45))

## v0.23.0

*November 29th, 2022*
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.23.0"
version = "0.24.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -9,7 +9,6 @@ readme = "README.md"
categories = ["cryptography::cryptocurrencies", "encoding", "no-std"]
keywords = ["blockchain", "cosmos", "tendermint", "ibc", "proto"]
exclude = ["definitions", "tools"]
rust-version = "1.60"
description = """
ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions
"""
Expand All @@ -33,7 +32,7 @@ base64 = { version = "0.13", default-features = false, features = ["alloc"]
flex-error = { version = "0.4.4", default-features = false }

[dependencies.tendermint-proto]
version = "0.27"
version = "0.28"
default-features = false

[features]
Expand Down

0 comments on commit 8c06d9d

Please sign in to comment.