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

Closed
wants to merge 0 commits into from
Closed

chore: release #283

wants to merge 0 commits into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented May 20, 2024

🤖 New release

  • lumina-cli: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • celestia-rpc: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • celestia-types: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • lumina-node: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • lumina-node-wasm: 0.1.1 -> 0.2.0

⚠️ celestia-types breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Blob.index in /tmp/.tmpypbuc3/lumina/types/src/blob.rs:58
  field Blob.index in /tmp/.tmpypbuc3/lumina/types/src/blob.rs:58

⚠️ lumina-node breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field SamplingMetadata.status in /tmp/.tmpypbuc3/lumina/node/src/store.rs:36
  field SamplingMetadata.cids in /tmp/.tmpypbuc3/lumina/node/src/store.rs:40
  field DaserArgs.event_pub in /tmp/.tmpypbuc3/lumina/node/src/daser.rs:87

--- 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.31.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field accepted of struct SamplingMetadata, previously in file /tmp/.tmpTe5MF3/lumina-node/src/store.rs:36
  field cids_sampled of struct SamplingMetadata, previously in file /tmp/.tmpTe5MF3/lumina-node/src/store.rs:40

--- 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.31.0/src/lints/trait_method_missing.ron

Failed in:
  method next_unsampled_height of trait Store, previously in file /tmp/.tmpTe5MF3/lumina-node/src/store.rs:117
Changelog

lumina-cli

0.2.1 - 2024-05-20

Added

  • (node) Generate events for data sampling that can be used by front-end (#276)

celestia-rpc

0.2.1 - 2024-05-20

Added

  • feat!(types): Add Blob::index field introduced in celestia 0.13 (#274)

Fixed

  • new lints coming with 1.78 and 1.80-nightly (#275)

celestia-types

0.3.0 - 2024-05-20

Added

  • feat!(types): Add Blob::index field introduced in celestia 0.13 (#274)

Fixed

  • PAY_FOR_BLOB namespace (#278)
  • new lints coming with 1.78 and 1.80-nightly (#275)

lumina-node

0.3.0 - 2024-05-20

Added

  • (node) Generate events for data sampling that can be used by front-end (#276)
  • (node/daser) [breaking] Implement backward sampling and sampling window (#269)

Fixed

  • new lints coming with 1.78 and 1.80-nightly (#275)

Other

  • (node) Replace instant crate with web-time (#280)

lumina-node-wasm

0.2.0 - 2024-05-20

Added

  • (node) Generate events for data sampling that can be used by front-end (#276)
  • (node/daser) [breaking] Implement backward sampling and sampling window (#269)

Fixed

  • new lints coming with 1.78 and 1.80-nightly (#275)


This PR was generated with release-plz.

@zvolin zvolin closed this May 20, 2024
@zvolin zvolin force-pushed the release-plz-2024-05-20T06-40-14Z branch from 92013c2 to dbdf1ce Compare May 20, 2024 10:53
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