From b934eae06e799c056e900c431d193a81946db34d Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Thu, 24 Oct 2024 16:56:11 +0200 Subject: [PATCH 1/3] Update changelog for release v0.50.1 --- .../breaking-changes/249-tendermint-proto-0-40-0.md | 0 .changelog/v0.50.1/summary.md | 3 +++ CHANGELOG.md | 13 +++++++++++++ 3 files changed, 16 insertions(+) rename .changelog/{unreleased => v0.50.1}/breaking-changes/249-tendermint-proto-0-40-0.md (100%) create mode 100644 .changelog/v0.50.1/summary.md diff --git a/.changelog/unreleased/breaking-changes/249-tendermint-proto-0-40-0.md b/.changelog/v0.50.1/breaking-changes/249-tendermint-proto-0-40-0.md similarity index 100% rename from .changelog/unreleased/breaking-changes/249-tendermint-proto-0-40-0.md rename to .changelog/v0.50.1/breaking-changes/249-tendermint-proto-0-40-0.md diff --git a/.changelog/v0.50.1/summary.md b/.changelog/v0.50.1/summary.md new file mode 100644 index 00000000..2a6cd3b7 --- /dev/null +++ b/.changelog/v0.50.1/summary.md @@ -0,0 +1,3 @@ +*October 24th, 2024* + +This patch release updates `cosmos-sdk-proto` to `v0.26.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index de5bd7ba..64db31c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # CHANGELOG +## v0.50.1 + +*October 24th, 2024* + +This patch release updates `cosmos-sdk-proto` to `v0.26.0`. + +### BREAKING CHANGES + +- Update `cosmos-sdk-proto` to `v0.26.0` + ([\#249](https://github.com/cosmos/ibc-proto-rs/issues/249)) + ## v0.50.0 +*October 23rd, 2024* + This release updates `interchain-security` to `v6.1.0` and `tendermint-proto` to `v0.40.0`. ### BREAKING CHANGES From e6decb7d9668608dba214a2eba8783da3f09eeb4 Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Thu, 24 Oct 2024 16:57:03 +0200 Subject: [PATCH 2/3] Bump versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be6e0da3..1e11c6d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.50.0" +version = "0.50.1" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" From 76cc44f7e77b9f2d76247402a663d649d62120d9 Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Thu, 24 Oct 2024 17:06:17 +0200 Subject: [PATCH 3/3] Change release v0.50.1 to v0.51.0 --- .../breaking-changes/249-tendermint-proto-0-40-0.md | 0 .changelog/{v0.50.1 => v0.51.0}/summary.md | 0 CHANGELOG.md | 2 +- Cargo.toml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename .changelog/{v0.50.1 => v0.51.0}/breaking-changes/249-tendermint-proto-0-40-0.md (100%) rename .changelog/{v0.50.1 => v0.51.0}/summary.md (100%) diff --git a/.changelog/v0.50.1/breaking-changes/249-tendermint-proto-0-40-0.md b/.changelog/v0.51.0/breaking-changes/249-tendermint-proto-0-40-0.md similarity index 100% rename from .changelog/v0.50.1/breaking-changes/249-tendermint-proto-0-40-0.md rename to .changelog/v0.51.0/breaking-changes/249-tendermint-proto-0-40-0.md diff --git a/.changelog/v0.50.1/summary.md b/.changelog/v0.51.0/summary.md similarity index 100% rename from .changelog/v0.50.1/summary.md rename to .changelog/v0.51.0/summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 64db31c9..47e30bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v0.50.1 +## v0.51.0 *October 24th, 2024* diff --git a/Cargo.toml b/Cargo.toml index 1e11c6d0..da6b4aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.50.1" +version = "0.51.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"