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 #451

Closed
wants to merge 2 commits into from
Closed

chore: release #451

wants to merge 2 commits into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Oct 22, 2024

🤖 New release

  • celestia-rpc: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • celestia-types: 0.6.1 -> 0.7.0 (⚠️ API breaking changes)
  • celestia-proto: 0.4.1 -> 0.5.0 (✓ API compatible changes)
  • lumina-node: 0.5.1 -> 0.6.0 (✓ API compatible changes)
  • lumina-cli: 0.4.1 -> 0.4.2
  • lumina-node-wasm: 0.5.2 -> 0.5.3

⚠️ celestia-types breaking changes

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field Share.is_parity in /tmp/.tmpfLGgFG/lumina/types/src/share.rs:43

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field data of struct Share, previously in file /tmp/.tmpS90juU/celestia-types/src/share.rs:42

--- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] ---

Description:
A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field Share.data in file /tmp/.tmpfLGgFG/lumina/types/src/share.rs:40
Changelog

celestia-rpc

0.7.0 - 2024-10-22

Added

  • (types,rpc,node) [breaking] refactor Share to work for parity and data (#443)

celestia-types

0.7.0 - 2024-10-22

Added

  • (types,rpc,node) [breaking] refactor Share to work for parity and data (#443)

Fixed

  • (types) axis type for eds new error reporting (#447)

Other

  • (types) [breaking] Rename rsmt2d module to eds (#449)

celestia-proto

0.5.0 - 2024-10-22

Added

  • (types,rpc,node) [breaking] refactor Share to work for parity and data (#443)

lumina-node

0.6.0 - 2024-10-22

Added

  • (types,rpc,node) [breaking] refactor Share to work for parity and data (#443)

lumina-cli

0.4.2 - 2024-10-22

Other

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

lumina-node-wasm

0.5.3 - 2024-10-22

Other

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


This PR was generated with release-plz.

@zvolin zvolin closed this Oct 23, 2024
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