Skip to content

Commit a1a4716

Browse files
authored
Release v0.46.0 (#217)
* Update changelog * Bump version to 0.46.0
1 parent b6a8c6a commit a1a4716

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.changelog/v0.46.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*June 3rd, 2024*
2+
3+
This release only bumps `tendermint-proto` to v0.37.

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.46.0
4+
5+
*June 3rd, 2024*
6+
7+
This release only bumps `tendermint-proto` to v0.37.
8+
9+
### BREAKING CHANGES
10+
11+
- Update `tendermint-proto` to v0.37 ([#215](https://github.com/cosmos/ibc-proto-rs/issues/215))
12+
313
## v0.45.0
414

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

0 commit comments

Comments
 (0)