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

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

chore: release #466

wants to merge 1 commit into 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-grpc: 0.1.0
  • celestia-grpc-macros: 0.1.0

⚠️ celestia-proto breaking changes

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function celestia_proto::serializers::option_any::serialize, previously in file /tmp/.tmpwkzKpM/celestia-proto/src/serializers/option_any.rs:27
  function celestia_proto::serializers::option_any::deserialize, previously in file /tmp/.tmpwkzKpM/celestia-proto/src/serializers/option_any.rs:7

--- 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/.tmpwkzKpM/celestia-proto/target/semver-checks/local-celestia_proto-0_5_0/target/semver-checks/target/debug/build/celestia-proto-470f1ac8c30c38b3/out/mod.rs:11
  mod celestia_proto::serializers::option_any, previously in file /tmp/.tmpwkzKpM/celestia-proto/src/serializers/option_any.rs:1

--- 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/.tmpwkzKpM/celestia-proto/target/semver-checks/local-celestia_proto-0_5_0/target/semver-checks/target/debug/build/celestia-proto-470f1ac8c30c38b3/out/celestia.da.rs:16
Changelog

celestia-proto

0.6.0 - 2024-11-27

Added

  • (grpc, types, proto) [breaking] Add tonic gRPC (#454)
  • (proto) [breaking] update celestia-app and node proto definitios (#459)

Other

  • (proto,types,node,grpc) [breaking] Use tendermint-rs instead of celestia-tendermint-rs fork (#463)

celestia-grpc

0.1.0 - 2024-11-27

Added

  • (grpc, types, proto) [breaking] Add tonic gRPC (#454)

Other

  • (proto,types,node,grpc) [breaking] Use tendermint-rs instead of celestia-tendermint-rs fork (#463)

celestia-grpc-macros

0.1.0 - 2024-11-27

Added

  • (grpc, types, proto) [breaking] Add tonic gRPC (#454)


This PR was generated with release-plz.

@zvolin zvolin force-pushed the release-plz-2024-11-13T13-08-09Z branch from ac469e9 to cee1318 Compare November 19, 2024 10:05
@zvolin zvolin changed the title chore(celestia-proto): release v0.6.0 chore: release Nov 25, 2024
@zvolin zvolin force-pushed the release-plz-2024-11-13T13-08-09Z branch from cee1318 to 714bd6e Compare November 25, 2024 13:09
@zvolin zvolin force-pushed the release-plz-2024-11-13T13-08-09Z branch from 714bd6e to dccd97d Compare November 27, 2024 15:25
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