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(thegraph-core): release v0.8.0 #346

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 28, 2024

🤖 New release

  • thegraph-core: 0.7.0 -> 0.8.0 (⚠️ API breaking changes)

⚠️ thegraph-core breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A publicly-visible `macro_rules` declarative macro cannot be imported by its prior name. A `#[macro_export]` may have been removed, or the macro itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro_rules! allocation_id, previously in file /tmp/.tmpo0CNkb/thegraph-core/src/allocation_id.rs:199
  macro_rules! indexer_id, previously in file /tmp/.tmpo0CNkb/thegraph-core/src/indexer_id.rs:199
  macro_rules! poi, previously in file /tmp/.tmpo0CNkb/thegraph-core/src/proof_of_indexing.rs:126
  macro_rules! subgraph_id, previously in file /tmp/.tmpo0CNkb/thegraph-core/src/subgraph_id.rs:158
  macro_rules! deployment_id, previously in file /tmp/.tmpo0CNkb/thegraph-core/src/deployment_id.rs:237
Changelog

thegraph-core

0.8.0 - 2024-11-09

Added

  • (thegraph-core) re-export alloy meta-crate (#360)
  • (thegraph-core) remove serde feature from default features set (#359)

Fixed

  • pin alloy-signer (#353)

Other

  • (thegraph-core) improve crate docs.rs docs (#363)
  • (thegraph-core) extend subgraph client integration tests timeout to 30s (#362)
  • (thegraph-core) update crate readme (#361)
  • (thegraph-core) update crate readme (#357)
  • (deps) update alloy-rs crates to 0.5 (#336)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-28T09-53-10Z branch 5 times, most recently from 353f956 to 13126a6 Compare October 28, 2024 13:51
@github-actions github-actions bot force-pushed the release-plz-2024-10-28T09-53-10Z branch 13 times, most recently from 0f09be4 to 5ab8880 Compare November 9, 2024 11:37
@github-actions github-actions bot changed the title chore(thegraph-core): release v0.7.1 chore(thegraph-core): release v0.8.0 Nov 9, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-10-28T09-53-10Z branch from 5ab8880 to d2d5cd3 Compare November 9, 2024 11:57
@github-actions github-actions bot force-pushed the release-plz-2024-10-28T09-53-10Z branch from d2d5cd3 to 13ca6db Compare November 9, 2024 12:58
@github-actions github-actions bot closed this Nov 9, 2024
@LNSD LNSD deleted the release-plz-2024-10-28T09-53-10Z branch December 11, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants