Skip to content

Commit 368dbc9

Browse files
authored
Release v0.47.0 (#224)
1 parent 226962f commit 368dbc9

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

.changelog/unreleased/breaking-changes/223-prost-tonic-update.md renamed to .changelog/v0.47.0/breaking-changes/223-prost-tonic-update.md

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Update `tendermint-proto` to v0.38 ([#223](https://github.com/cosmos/ibc-proto-rs/pull/223))

.changelog/v0.47.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*July 18th, 2024*
2+
3+
This release bumps `tendermint-proto` to v0.38, `prost` to v0.13 and `tonic` to v0.12.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## v0.47.0
4+
5+
*July 18th, 2024*
6+
7+
This release bumps `tendermint-proto` to v0.38, `prost` to v0.13 and `tonic` to v0.12.
8+
9+
### BREAKING CHANGES
10+
11+
- Update `tendermint-proto` to v0.38 ([#223](https://github.com/cosmos/ibc-proto-rs/pull/223))
12+
- Update `prost` to v0.13 and `tonic` to v0.12 ([#223](https://github.com/cosmos/ibc-proto-rs/pull/223))
13+
314
## v0.46.0
415

516
*June 3rd, 2024*

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)