Skip to content

Commit 95de83e

Browse files
release v0.49.1 (#244)
1 parent 15a74ff commit 95de83e

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.changelog/unreleased/features/242-re-export-google-protos-from-tendermint-proto.md renamed to .changelog/v0.49.1/features/242-re-export-google-protos-from-tendermint-proto.md

File renamed without changes.

.changelog/v0.49.1/summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*October 16th, 2024*
2+
3+
This patch release re-exports Google protobuf types from `tendermint_proto` for
4+
easier use by downstream projects.

CHANGELOG.md

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

3+
## v0.49.1
4+
5+
*October 16th, 2024*
6+
7+
This patch release re-exports Google protobuf types from `tendermint_proto` for
8+
easier use by downstream projects.
9+
10+
### FEATURES
11+
12+
- Re-export Google proto types from the `tendermint_proto` for added convenience
13+
([\#242](https://github.com/cosmos/ibc-proto-rs/pull/242))
14+
315
## v0.49.0
416

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

0 commit comments

Comments
 (0)