diff --git a/Cargo.lock b/Cargo.lock index a8e535fbe..7c7acaf21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "celestia-rpc" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-trait", @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "celestia-types" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64", "bech32", @@ -3211,7 +3211,7 @@ dependencies = [ [[package]] name = "lumina-cli" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "axum", @@ -3235,7 +3235,7 @@ dependencies = [ [[package]] name = "lumina-node" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-trait", "backoff", @@ -3285,7 +3285,7 @@ dependencies = [ [[package]] name = "lumina-node-wasm" -version = "0.4.0" +version = "0.5.1" dependencies = [ "anyhow", "blockstore", diff --git a/Cargo.toml b/Cargo.toml index 3dce5c97f..7bea24dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,11 @@ members = ["cli", "node", "node-wasm", "proto", "rpc", "types"] [workspace.dependencies] blockstore = "0.7.0" -lumina-node = { version = "0.5.0", path = "node" } -lumina-node-wasm = { version = "0.5.0", path = "node-wasm" } +lumina-node = { version = "0.5.1", path = "node" } +lumina-node-wasm = { version = "0.5.1", path = "node-wasm" } celestia-proto = { version = "0.4.0", path = "proto" } -celestia-rpc = { version = "0.5.0", path = "rpc", default-features = false } -celestia-types = { version = "0.6.0", path = "types", default-features = false } +celestia-rpc = { version = "0.5.1", path = "rpc", default-features = false } +celestia-types = { version = "0.6.1", path = "types", default-features = false } libp2p = "0.54.0" nmt-rs = "0.2.1" celestia-tendermint = { version = "0.32.2", default-features = false } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 26ce1eade..02f787d42 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/eigerco/lumina/compare/lumina-cli-v0.4.0...lumina-cli-v0.4.1) - 2024-10-04 + +### Other + +- updated the following local packages: celestia-types + ## [0.4.0](https://github.com/eigerco/lumina/compare/lumina-cli-v0.3.1...lumina-cli-v0.4.0) - 2024-10-03 ### Added diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4d759657c..82f3ec862 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumina-cli" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0" description = "Celestia data availability node implementation in Rust" diff --git a/node-wasm/CHANGELOG.md b/node-wasm/CHANGELOG.md index 1a55ce3ef..2bea5622b 100644 --- a/node-wasm/CHANGELOG.md +++ b/node-wasm/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.5.0...lumina-node-wasm-v0.5.1) - 2024-10-04 + +### Other + +- updated the following local packages: celestia-types + ## [0.5.0](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.3.0...lumina-node-wasm-v0.5.0) - 2024-10-03 ### Added diff --git a/node-wasm/Cargo.toml b/node-wasm/Cargo.toml index a91e9c76e..325d20f5d 100644 --- a/node-wasm/Cargo.toml +++ b/node-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumina-node-wasm" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" description = "Browser compatibility layer for the Lumina node" diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index 4c325e123..5eebe6a0b 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/eigerco/lumina/compare/lumina-node-v0.5.0...lumina-node-v0.5.1) - 2024-10-04 + +### Other + +- updated the following local packages: celestia-types, celestia-types, celestia-types + ## [0.5.0](https://github.com/eigerco/lumina/compare/lumina-node-v0.4.0...lumina-node-v0.5.0) - 2024-10-03 ### Added diff --git a/node/Cargo.toml b/node/Cargo.toml index aaf810efc..9f2f1d3c3 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumina-node" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" description = "Celestia data availability node implementation in Rust" diff --git a/rpc/CHANGELOG.md b/rpc/CHANGELOG.md index d9d31d9b9..5acf1a767 100644 --- a/rpc/CHANGELOG.md +++ b/rpc/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/eigerco/lumina/compare/celestia-rpc-v0.5.0...celestia-rpc-v0.5.1) - 2024-10-04 + +### Other + +- updated the following local packages: celestia-types + ## [0.5.0](https://github.com/eigerco/lumina/compare/celestia-rpc-v0.4.1...celestia-rpc-v0.5.0) - 2024-10-03 ### Added diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 30e321025..bb33059ed 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celestia-rpc" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" description = "A collection of traits for interacting with Celestia data availability nodes RPC" diff --git a/types/CHANGELOG.md b/types/CHANGELOG.md index eab2c0db8..bc810290d 100644 --- a/types/CHANGELOG.md +++ b/types/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/eigerco/lumina/compare/celestia-types-v0.6.0...celestia-types-v0.6.1) - 2024-10-04 + +### Added + +- *(types)* derive PartialOrd and Ord for addresses ([#414](https://github.com/eigerco/lumina/pull/414)) + ## [0.6.0](https://github.com/eigerco/lumina/compare/celestia-types-v0.5.0...celestia-types-v0.6.0) - 2024-10-03 ### Added diff --git a/types/Cargo.toml b/types/Cargo.toml index eaa72376d..2a148cbd2 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celestia-types" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0" description = "Core types, traits and constants for working with the Celestia ecosystem"