Skip to content

Commit aaed0f4

Browse files
authored
Release v0.49.0 (#241)
* Update changelog * Bump version * Fill in summary
1 parent 1363423 commit aaed0f4

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

.changelog/v0.49.0/summary.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*September 24th, 2024*
2+
3+
Starting from this release, Protobuf messages for the Cosmos SDK are not longer included in this crate,
4+
but rather are now re-exported from the [`cosmos-sdk-proto`](http://crates.io/crates/cosmos-sdk-proto) crate.
5+
6+
Moreover, the generated transport code for `tonic` is now feature-gated under the `transport` feature,
7+
which is enabled by default.

CHANGELOG.md

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

3+
## v0.49.0
4+
5+
*September 24th, 2024*
6+
7+
Starting from this release, Protobuf messages for the Cosmos SDK are not longer included in this crate,
8+
but rather are now re-exported from the [`cosmos-sdk-proto`](http://crates.io/crates/cosmos-sdk-proto) crate.
9+
10+
Moreover, the generated transport code for `tonic` is now feature-gated under the `transport` feature,
11+
which is enabled by default.
12+
13+
### BREAKING CHANGES
14+
15+
- Cosmos SDK protos are now re-exported from the `cosmos_sdk_proto`
16+
crate instead of being generated as part of `ibc-proto`
17+
([\#187](https://github.com/cosmos/ibc-proto-rs/pull/187))
18+
19+
### FEATURES
20+
21+
- Feature-gate generated `tonic` transport code behind `transport` feature
22+
([\#237](https://github.com/cosmos/ibc-proto-rs/issues/237))
23+
324
## v0.48.0
425

526
*September 5th, 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.48.0"
3+
version = "0.49.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)