Skip to content

Commit

Permalink
Release v0.49.0 (#241)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version

* Fill in summary
  • Loading branch information
romac authored Sep 24, 2024
1 parent 1363423 commit aaed0f4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changelog/v0.49.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*September 24th, 2024*

Starting from this release, Protobuf messages for the Cosmos SDK are not longer included in this crate,
but rather are now re-exported from the [`cosmos-sdk-proto`](http://crates.io/crates/cosmos-sdk-proto) crate.

Moreover, the generated transport code for `tonic` is now feature-gated under the `transport` feature,
which is enabled by default.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## v0.49.0

*September 24th, 2024*

Starting from this release, Protobuf messages for the Cosmos SDK are not longer included in this crate,
but rather are now re-exported from the [`cosmos-sdk-proto`](http://crates.io/crates/cosmos-sdk-proto) crate.

Moreover, the generated transport code for `tonic` is now feature-gated under the `transport` feature,
which is enabled by default.

### BREAKING CHANGES

- Cosmos SDK protos are now re-exported from the `cosmos_sdk_proto`
crate instead of being generated as part of `ibc-proto`
([\#187](https://github.com/cosmos/ibc-proto-rs/pull/187))

### FEATURES

- Feature-gate generated `tonic` transport code behind `transport` feature
([\#237](https://github.com/cosmos/ibc-proto-rs/issues/237))

## v0.48.0

*September 5th, 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.48.0"
version = "0.49.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit aaed0f4

Please sign in to comment.