diff --git a/Cargo.lock b/Cargo.lock index 66d927ef..39d1c313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,7 +720,7 @@ checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" [[package]] name = "celestia-proto" -version = "0.5.0" +version = "0.6.0" dependencies = [ "celestia-tendermint-proto", "prost", diff --git a/Cargo.toml b/Cargo.toml index f906f899..c20a5733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = ["cli", "node", "node-wasm", "proto", "rpc", "types"] blockstore = "0.7.0" lumina-node = { version = "0.7.0", path = "node" } lumina-node-wasm = { version = "0.6.1", path = "node-wasm" } -celestia-proto = { version = "0.5.0", path = "proto" } +celestia-proto = { version = "0.6.0", path = "proto" } celestia-rpc = { version = "0.7.1", path = "rpc", default-features = false } celestia-types = { version = "0.8.0", path = "types", default-features = false } celestia-tendermint = { version = "0.32.2", default-features = false } diff --git a/proto/CHANGELOG.md b/proto/CHANGELOG.md index 00e40fc0..1f8f0e80 100644 --- a/proto/CHANGELOG.md +++ b/proto/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/eigerco/lumina/compare/celestia-proto-v0.5.0...celestia-proto-v0.6.0) - 2024-11-19 + +### Added + +- *(proto)* [**breaking**] update celestia-app and node proto definitios ([#459](https://github.com/eigerco/lumina/pull/459)) + ## [0.5.0](https://github.com/eigerco/lumina/compare/celestia-proto-v0.4.1...celestia-proto-v0.5.0) - 2024-10-25 ### Added diff --git a/proto/Cargo.toml b/proto/Cargo.toml index af10a84d..81a05f80 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celestia-proto" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "Apache-2.0" description = "Rust implementation of proto structs used in celestia ecosystem"