Skip to content

Commit

Permalink
chore: release (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Feb 24, 2025
1 parent 1167154 commit 038e76c
Show file tree
Hide file tree
Showing 18 changed files with 117 additions and 50 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ members = ["cli", "grpc", "node", "node-wasm", "node-uniffi", "proto", "rpc", "t

[workspace.dependencies]
blockstore = "0.7.1"
lumina-node = { version = "0.9.0", path = "node" }
lumina-node-wasm = { version = "0.8.0", path = "node-wasm" }
lumina-node = { version = "0.9.1", path = "node" }
lumina-node-wasm = { version = "0.8.1", path = "node-wasm" }
celestia-proto = { version = "0.7.0", path = "proto" }
celestia-grpc = { version = "0.2.0", path = "grpc" }
celestia-rpc = { version = "0.9.0", path = "rpc", default-features = false }
celestia-types = { version = "0.10.0", path = "types", default-features = false }
celestia-grpc = { version = "0.2.1", path = "grpc" }
celestia-rpc = { version = "0.9.1", path = "rpc", default-features = false }
celestia-types = { version = "0.10.1", path = "types", default-features = false }
tendermint = { version = "0.40.0", default-features = false }
tendermint-proto = "0.40.0"

Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/lumina-cli-v0.6.0...lumina-cli-v0.6.1) - 2025-02-24

### Other

- updated the following local packages: celestia-types

## [0.6.0](https://github.com/eigerco/lumina/compare/lumina-cli-v0.5.2...lumina-cli-v0.6.0) - 2025-01-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumina-cli"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
license = "Apache-2.0"
description = "Celestia data availability node implementation in Rust"
Expand Down
6 changes: 6 additions & 0 deletions grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/eigerco/lumina/compare/celestia-grpc-v0.2.0...celestia-grpc-v0.2.1) - 2025-02-24

### Other

- updated the following local packages: celestia-types

## [0.2.0](https://github.com/eigerco/lumina/compare/celestia-grpc-v0.1.0...celestia-grpc-v0.2.0) - 2025-01-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-grpc"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "A client for interacting with Celestia validator nodes gRPC"
Expand Down
23 changes: 23 additions & 0 deletions node-uniffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/eigerco/lumina/releases/tag/lumina-node-uniffi-v0.1.0) - 2025-02-24

### Added

- *(node-uniffi)* [**breaking**] Use in-memory stores if base path is not set (#530)
- adding uniffi bindings to support android and ios (#473)

### Fixed

- *(node-uniffi)* [**breaking**] Serialize correctly ExtendedHeader to json (#531)

### Other

- *(ci)* add releasing for node-uniffi (#545)
7 changes: 7 additions & 0 deletions node-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.8.0...lumina-node-wasm-v0.8.1) - 2025-02-24

### Other

- *(ci)* fix outdated lockfiles when releasing to npm (#544)
- remove outdated shwap note and link to changelog for js (#536)

## [0.8.0](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.7.0...lumina-node-wasm-v0.8.0) - 2025-01-28

Summary:
Expand Down
2 changes: 1 addition & 1 deletion node-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumina-node-wasm"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "Apache-2.0"
description = "Browser compatibility layer for the Lumina node"
Expand Down
Loading

0 comments on commit 038e76c

Please sign in to comment.