From 4150c8c97a5a8f33a25a886441f38f9a74d0ab1e Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Wed, 16 Oct 2024 11:16:15 -0700 Subject: [PATCH] release v0.49.1 --- ...-re-export-google-protos-from-tendermint-proto.md | 0 .changelog/v0.49.1/summary.md | 4 ++++ CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) rename .changelog/{unreleased => v0.49.1}/features/242-re-export-google-protos-from-tendermint-proto.md (100%) create mode 100644 .changelog/v0.49.1/summary.md diff --git a/.changelog/unreleased/features/242-re-export-google-protos-from-tendermint-proto.md b/.changelog/v0.49.1/features/242-re-export-google-protos-from-tendermint-proto.md similarity index 100% rename from .changelog/unreleased/features/242-re-export-google-protos-from-tendermint-proto.md rename to .changelog/v0.49.1/features/242-re-export-google-protos-from-tendermint-proto.md diff --git a/.changelog/v0.49.1/summary.md b/.changelog/v0.49.1/summary.md new file mode 100644 index 00000000..a635beaa --- /dev/null +++ b/.changelog/v0.49.1/summary.md @@ -0,0 +1,4 @@ +*October 16th, 2024* + +This patch release re-exports Google protobuf types from `tendermint_proto` for +easier use by downstream projects. diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b6626a..b5dc6b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v0.49.1 + +*October 16th, 2024* + +This patch release re-exports Google protobuf types from `tendermint_proto` for +easier use by downstream projects. + +### FEATURES + +- Re-export Google proto types from the `tendermint_proto` for added convenience + ([\#242](https://github.com/cosmos/ibc-proto-rs/pull/242)) + ## v0.49.0 *September 24th, 2024* diff --git a/Cargo.toml b/Cargo.toml index d13b6b1d..63830faa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.49.0" +version = "0.49.1" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"