From a9c99655f0e460b1d4ca2f4fec2ddf84a580d0ae Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Wed, 23 Oct 2024 15:38:32 +0200 Subject: [PATCH 1/2] Update changelog for release v0.50.0 --- .../245-interchain-security-proto-v6.1.0.md | 0 .../breaking-changes/246-tendermint-proto-0-40-0.md | 0 .changelog/v0.50.0/summary.md | 3 +++ CHANGELOG.md | 11 +++++++++++ 4 files changed, 14 insertions(+) rename .changelog/{unreleased => v0.50.0}/breaking-changes/245-interchain-security-proto-v6.1.0.md (100%) rename .changelog/{unreleased => v0.50.0}/breaking-changes/246-tendermint-proto-0-40-0.md (100%) create mode 100644 .changelog/v0.50.0/summary.md diff --git a/.changelog/unreleased/breaking-changes/245-interchain-security-proto-v6.1.0.md b/.changelog/v0.50.0/breaking-changes/245-interchain-security-proto-v6.1.0.md similarity index 100% rename from .changelog/unreleased/breaking-changes/245-interchain-security-proto-v6.1.0.md rename to .changelog/v0.50.0/breaking-changes/245-interchain-security-proto-v6.1.0.md diff --git a/.changelog/unreleased/breaking-changes/246-tendermint-proto-0-40-0.md b/.changelog/v0.50.0/breaking-changes/246-tendermint-proto-0-40-0.md similarity index 100% rename from .changelog/unreleased/breaking-changes/246-tendermint-proto-0-40-0.md rename to .changelog/v0.50.0/breaking-changes/246-tendermint-proto-0-40-0.md diff --git a/.changelog/v0.50.0/summary.md b/.changelog/v0.50.0/summary.md new file mode 100644 index 00000000..08fbfcbb --- /dev/null +++ b/.changelog/v0.50.0/summary.md @@ -0,0 +1,3 @@ +*October 23rd, 2024* + +This release updates `interchain-security` to `v6.1.0` and `tendermint-proto` to `v0.40.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index b5dc6b8f..de5bd7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v0.50.0 + +This release updates `interchain-security` to `v6.1.0` and `tendermint-proto` to `v0.40.0`. + +### BREAKING CHANGES + +- Update `interchain-security` to v6.1.0 + ([\#245](https://github.com/cosmos/ibc-proto-rs/issues/245)) +- Update `tendermint-proto` to `v0.40.0` + ([\#246](https://github.com/cosmos/ibc-proto-rs/issues/246)) + ## v0.49.1 *October 16th, 2024* From a5b4c550942b44d1c229ce4c8e940583351a4806 Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Wed, 23 Oct 2024 15:39:49 +0200 Subject: [PATCH 2/2] Bump versions --- Cargo.toml | 2 +- tools/proto-compiler/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb46989c..19fd7808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.49.1" +version = "0.50.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" diff --git a/tools/proto-compiler/Cargo.toml b/tools/proto-compiler/Cargo.toml index 0f6b5e59..e28c4e6a 100644 --- a/tools/proto-compiler/Cargo.toml +++ b/tools/proto-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto-compiler" -version = "0.2.0" +version = "0.3.0" authors = ["Informal Systems "] edition = "2021" publish = false