Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #556

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: release #556

wants to merge 2 commits into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Feb 27, 2025

πŸ€– New release

  • celestia-types: 0.10.1 -> 0.10.2 (βœ“ API compatible changes)
  • lumina-node: 0.9.1 -> 0.10.0 (⚠ API breaking changes)
  • lumina-cli: 0.6.1 -> 0.6.2 (βœ“ API compatible changes)
  • lumina-node-uniffi: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • celestia-rpc: 0.9.1 -> 0.9.2
  • celestia-grpc: 0.2.1 -> 0.2.2
  • lumina-node-wasm: 0.8.1 -> 0.8.2

⚠ lumina-node breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/trait_method_added.ron

Failed in:
  trait method lumina_node::store::Store::remove_height in file /tmp/.tmp23SN7L/lumina/node/src/store.rs:169

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/trait_method_missing.ron

Failed in:
  method remove_last of trait Store, previously in file /tmp/.tmptfbcnl/lumina-node/src/store.rs:169
Changelog

celestia-types

0.10.2 - 2025-02-27

Other

lumina-node

0.10.0 - 2025-02-27

Added

lumina-cli

0.6.2 - 2025-02-27

Other

  • update Cargo.lock dependencies

lumina-node-uniffi

0.1.1 - 2025-02-27

Other

celestia-rpc

0.9.2 - 2025-02-27

Other

  • updated the following local packages: celestia-types

celestia-grpc

0.2.2 - 2025-02-27

Other

  • updated the following local packages: celestia-types

lumina-node-wasm

0.8.2 - 2025-02-27

Other

  • updated the following local packages: celestia-types, lumina-node


This PR was generated with release-plz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant