Skip to content

Commit

Permalink
Add changelog entry for v0.48.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 3, 2024
1 parent 8c57f06 commit c52efe6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .changelog/v0.48.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

*September 3rd, 2024*

This release exports the `tendermint_proto::Error` type.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.48.0

*September 3rd, 2024*

This release exports the `tendermint_proto::Error` type.

### IMPROVEMENTS

- Export `tendermint_proto::Error` ([#229](https://github.com/cosmos/ibc-proto-rs/pull/229))

## v0.47.0

*July 18th, 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.47.0"
version = "0.48.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit c52efe6

Please sign in to comment.