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

Merged
merged 3 commits into from
Sep 24, 2024
Merged

chore: release #372

merged 3 commits into from
Sep 24, 2024

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Aug 23, 2024

🤖 New release

  • lumina-cli: 0.3.0 -> 0.3.1 (✓ API compatible changes)
  • celestia-rpc: 0.4.0 -> 0.4.1 (✓ API compatible changes)
  • celestia-types: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)
  • celestia-proto: 0.3.0 -> 0.3.1 (✓ API compatible changes)
  • lumina-node: 0.3.1 -> 0.4.0 (⚠️ API breaking changes)
  • lumina-node-wasm: 0.2.0 -> 0.3.0

⚠️ celestia-types breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:IndexOutOfRange in /tmp/.tmpUcKOac/lumina/types/src/error.rs:169

⚠️ lumina-node breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_added.ron

Failed in:
  variant HeaderExError:RequestCancelled in /tmp/.tmpUcKOac/lumina/node/src/p2p/header_ex.rs:96

--- 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.35.0/src/lints/trait_method_added.ron

Failed in:
  trait method lumina_node::store::Store::close in file /tmp/.tmpUcKOac/lumina/node/src/store.rs:162
Changelog

lumina-cli

0.3.1 - 2024-09-24

Other

  • update Cargo.lock dependencies

celestia-rpc

0.4.1 - 2024-09-24

Added

  • feat!(types,rpc): Add share, row, merkle proofs and share.GetRange (#375)

celestia-types

0.5.0 - 2024-09-24

Added

  • feat!(types,rpc): Add share, row, merkle proofs and share.GetRange (#375)

celestia-proto

0.3.1 - 2024-09-24

Other

  • update Cargo.toml dependencies

lumina-node

0.4.0 - 2024-09-24

Added

  • (node) [breaking] Implement graceful shutdown (#343)
  • (node) adding agent version (#379)

Fixed

  • (node) [breaking] Remove unneded idb dependency (#380)

Other

  • [breaking] Upgrade blockstore and beetswap (#382)

lumina-node-wasm

0.3.0 - 2024-09-24

Added

  • (node-wasm) [breaking] Align JS api to use camelCase (#383)
  • (node-wasm) [breaking] Webpack compatibility (#377)
  • (node) [breaking] Implement graceful shutdown (#343)

Fixed

  • (node-wasm) wait for worker to start when creating client (#389)

Other

  • (ci) Automatic release to npmjs (#378)


This PR was generated with release-plz.

@zvolin zvolin force-pushed the release-plz-2024-08-23T10-19-35Z branch from 62a3b59 to 1dd55dd Compare August 30, 2024 08:35
@zvolin zvolin force-pushed the release-plz-2024-08-23T10-19-35Z branch from 1dd55dd to 6317e51 Compare September 9, 2024 18:12
@zvolin zvolin changed the title chore(lumina-cli): release v0.3.1 chore: release Sep 13, 2024
@zvolin zvolin force-pushed the release-plz-2024-08-23T10-19-35Z branch 6 times, most recently from d636a88 to 7ae91af Compare September 19, 2024 13:29
@zvolin zvolin force-pushed the release-plz-2024-08-23T10-19-35Z branch 4 times, most recently from 0508864 to 97bbba2 Compare September 24, 2024 10:16
@zvolin zvolin force-pushed the release-plz-2024-08-23T10-19-35Z branch from 97bbba2 to e562f82 Compare September 24, 2024 10:36
@oblique oblique merged commit ac7b1f9 into main Sep 24, 2024
6 checks passed
@oblique oblique deleted the release-plz-2024-08-23T10-19-35Z branch September 24, 2024 11: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.

3 participants