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

Closed
wants to merge 0 commits into from
Closed

chore: release #272

wants to merge 0 commits into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Apr 24, 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/.tmp2UdvG6/lumina/types/src/blob.rs:58
  field Blob.index in /tmp/.tmp2UdvG6/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/.tmp2UdvG6/lumina/node/src/store.rs:36
  field SamplingMetadata.cids in /tmp/.tmp2UdvG6/lumina/node/src/store.rs:40

--- 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/.tmpPuOSRK/lumina-node/src/store.rs:36
  field cids_sampled of struct SamplingMetadata, previously in file /tmp/.tmpPuOSRK/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/.tmpPuOSRK/lumina-node/src/store.rs:117
Changelog

lumina-cli

0.2.1 - 2024-05-14

Other

  • update Cargo.lock dependencies

celestia-rpc

0.2.1 - 2024-05-14

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-14

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-14

Added

  • (node/daser) [breaking] Implement backward sampling and sampling window (#269)

Fixed

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

lumina-node-wasm

0.2.0 - 2024-05-14

Added

  • (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 changed the title chore(lumina-cli): release v0.2.1 chore: release Apr 29, 2024
@zvolin zvolin force-pushed the release-plz-2024-04-24T08-08-11Z branch from 58dbee4 to 9ec9c5a Compare April 29, 2024 09:50
@zvolin zvolin force-pushed the release-plz-2024-04-24T08-08-11Z branch 2 times, most recently from fbebc8b to 4c4f6bb Compare May 10, 2024 10:05
@zvolin zvolin closed this May 14, 2024
@zvolin zvolin force-pushed the release-plz-2024-04-24T08-08-11Z branch from 4c4f6bb to eea06e4 Compare May 14, 2024 15:30
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