Skip to content

Commit d06c192

Browse files
authored
Release v0.52.0 (#264)
* Add release entry for #260 * Update changelog * Bump version to v0.52.0
1 parent 9abe245 commit d06c192

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Bump `tonic` to v0.13 and `cosmos-sdk-proto` to v0.27
2+
([\#260](https://github.com/cosmos/ibc-proto-rs/pull/260))

.changelog/v0.52.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*April 4th, 2025*
2+
3+
This release bumps the `tonic` and `cosmos-sdk-proto` dependencies.

CHANGELOG.md

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

3+
# v0.52.0
4+
5+
*April 4th, 2025*
6+
7+
This release bumps the `tonic` and `cosmos-sdk-proto` dependencies.
8+
9+
### FEATURES
10+
11+
- Bump `tonic` to v0.13 and `cosmos-sdk-proto` to v0.27 ([\#260](https://github.com/cosmos/ibc-proto-rs/pull/260))
12+
313
## v0.51.1
414

515
*November 8th, 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.51.1"
3+
version = "0.52.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)