Skip to content

Commit a3a9d69

Browse files
authored
Bump ibc-proto to v0.47.1 (#232)
1 parent 8c57f06 commit a3a9d69

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.changelog/unreleased/improvements/229-export-tendermint-proto-error.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/v0.47.1/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*September 3rd, 2024*
2+
3+
This release exports the `tendermint_proto::Error` type.

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.47.1
4+
5+
*September 3rd, 2024*
6+
7+
This release exports the `tendermint_proto::Error` type.
8+
9+
### IMPROVEMENTS
10+
11+
- Export `tendermint_proto::Error` ([#229](https://github.com/cosmos/ibc-proto-rs/pull/229))
12+
313
## v0.47.0
414

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

0 commit comments

Comments
 (0)