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(celestia-proto): release v0.6.0 #466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Nov 13, 2024

🤖 New release

  • celestia-proto: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)

⚠️ celestia-proto breaking changes

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod celestia_proto::celestia::da, previously in file /tmp/.tmpPjUM5l/celestia-proto/target/semver-checks/local-celestia_proto-0_5_0/target/semver-checks/target/debug/build/celestia-proto-ddfd5f67a4eb6f1b/out/mod.rs:11

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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_missing.ron

Failed in:
  struct celestia_proto::celestia::da::DataAvailabilityHeader, previously in file /tmp/.tmpPjUM5l/celestia-proto/target/semver-checks/local-celestia_proto-0_5_0/target/semver-checks/target/debug/build/celestia-proto-ddfd5f67a4eb6f1b/out/celestia.da.rs:16
Changelog

celestia-proto

0.6.0 - 2024-11-13

Added

  • (proto) [breaking] update celestia-app and node proto definitios (#459)


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