Skip to content

Commit

Permalink
Release v0.47.0 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Jul 19, 2024
1 parent 226962f commit 368dbc9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update `tendermint-proto` to v0.38 ([#223](https://github.com/cosmos/ibc-proto-rs/pull/223))
3 changes: 3 additions & 0 deletions .changelog/v0.47.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*July 18th, 2024*

This release bumps `tendermint-proto` to v0.38, `prost` to v0.13 and `tonic` to v0.12.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.47.0

*July 18th, 2024*

This release bumps `tendermint-proto` to v0.38, `prost` to v0.13 and `tonic` to v0.12.

### BREAKING CHANGES

- Update `tendermint-proto` to v0.38 ([#223](https://github.com/cosmos/ibc-proto-rs/pull/223))
- Update `prost` to v0.13 and `tonic` to v0.12 ([#223](https://github.com/cosmos/ibc-proto-rs/pull/223))

## v0.46.0

*June 3rd, 2024*
Expand Down
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.46.0"
version = "0.47.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 368dbc9

Please sign in to comment.