diff --git a/proto/CHANGELOG.md b/proto/CHANGELOG.md index 8d5d29a3f..b5be5352f 100644 --- a/proto/CHANGELOG.md +++ b/proto/CHANGELOG.md @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.32.3](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-proto-v0.32.2...celestia-tendermint-proto-v0.32.3) - 2024-10-31 +## [0.33.0](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-proto-v0.32.2...celestia-tendermint-proto-v0.33.0) - 2024-10-31 +- release introduced to mark breaking change of updating prost ### Other diff --git a/proto/Cargo.toml b/proto/Cargo.toml index b502feda3..253a59b85 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celestia-tendermint-proto" -version = "0.32.3" +version = "0.33.0" edition = "2021" license = "Apache-2.0" homepage = "https://www.eiger.co" diff --git a/tendermint/CHANGELOG.md b/tendermint/CHANGELOG.md index 9e7b4db82..e8614b078 100644 --- a/tendermint/CHANGELOG.md +++ b/tendermint/CHANGELOG.md @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.32.3](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-v0.32.2...celestia-tendermint-v0.32.3) - 2024-10-31 +## [0.33.0](https://github.com/eigerco/celestia-tendermint-rs/compare/celestia-tendermint-v0.32.2...celestia-tendermint-v0.33.0) - 2024-10-31 +- release introduced to mark breaking change of updating prost ### Other diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index 3c1a20276..a9da17e79 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celestia-tendermint" -version = "0.32.3" +version = "0.33.0" license = "Apache-2.0" homepage = "https://www.eiger.co" repository = "https://github.com/eigerco/celestia-tendermint-rs" @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] prost.workspace = true prost-types.workspace = true -celestia-tendermint-proto = { version = "0.32.3", default-features = false, path = "../proto" } +celestia-tendermint-proto = { version = "0.33.0", default-features = false, path = "../proto" } bytes = { version = "1.2", default-features = false, features = ["serde"] } digest = { version = "0.10", default-features = false }