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

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 9, 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! subgraph_id, previously in file /tmp/.tmpLWUDGF/thegraph-core/src/subgraph_id.rs:158
  macro_rules! deployment_id, previously in file /tmp/.tmpLWUDGF/thegraph-core/src/deployment_id.rs:237
  macro_rules! indexer_id, previously in file /tmp/.tmpLWUDGF/thegraph-core/src/indexer_id.rs:199
  macro_rules! allocation_id, previously in file /tmp/.tmpLWUDGF/thegraph-core/src/allocation_id.rs:199
  macro_rules! poi, previously in file /tmp/.tmpLWUDGF/thegraph-core/src/proof_of_indexing.rs:126
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-11-09T13-00-09Z branch from 02857dc to 8434278 Compare November 9, 2024 13:03
@LNSD LNSD marked this pull request as ready for review November 9, 2024 13:11
Copy link
Contributor

@LNSD LNSD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@LNSD LNSD merged commit 7cb7104 into main Nov 9, 2024
@LNSD LNSD deleted the release-plz-2024-11-09T13-00-09Z branch November 9, 2024 13:12
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.

1 participant