From a1a47167d241087619a2302bcd591c48e42ddf07 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 3 Jun 2024 10:31:39 +0200 Subject: [PATCH] Release v0.46.0 (#217) * Update changelog * Bump version to 0.46.0 --- .../breaking-changes/215-tendermint-proto-0.37.md | 0 .changelog/v0.46.0/summary.md | 3 +++ CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) rename .changelog/{unreleased => v0.46.0}/breaking-changes/215-tendermint-proto-0.37.md (100%) create mode 100644 .changelog/v0.46.0/summary.md diff --git a/.changelog/unreleased/breaking-changes/215-tendermint-proto-0.37.md b/.changelog/v0.46.0/breaking-changes/215-tendermint-proto-0.37.md similarity index 100% rename from .changelog/unreleased/breaking-changes/215-tendermint-proto-0.37.md rename to .changelog/v0.46.0/breaking-changes/215-tendermint-proto-0.37.md diff --git a/.changelog/v0.46.0/summary.md b/.changelog/v0.46.0/summary.md new file mode 100644 index 00000000..7f063c70 --- /dev/null +++ b/.changelog/v0.46.0/summary.md @@ -0,0 +1,3 @@ +*June 3rd, 2024* + +This release only bumps `tendermint-proto` to v0.37. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8241caed..cfaeb54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v0.46.0 + +*June 3rd, 2024* + +This release only bumps `tendermint-proto` to v0.37. + +### BREAKING CHANGES + +- Update `tendermint-proto` to v0.37 ([#215](https://github.com/cosmos/ibc-proto-rs/issues/215)) + ## v0.45.0 *May 30th, 2024* diff --git a/Cargo.toml b/Cargo.toml index 06b204fc..8dfb508e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.45.0" +version = "0.46.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"