From 02857dc988f887f312474f6365facdfa3dacb76f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:00:13 +0000 Subject: [PATCH] chore(thegraph-core): release v0.8.0 --- Cargo.lock | 2 +- thegraph-core/CHANGELOG.md | 19 +++++++++++++++++++ thegraph-core/Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2409b59..1821b11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.7.0" +version = "0.8.0" dependencies = [ "alloy", "alloy-sol-types", diff --git a/thegraph-core/CHANGELOG.md b/thegraph-core/CHANGELOG.md index f714afa..7eb87c0 100644 --- a/thegraph-core/CHANGELOG.md +++ b/thegraph-core/CHANGELOG.md @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.7.0...thegraph-core-v0.8.0) - 2024-11-09 + +### Added + +- *(thegraph-core)* re-export alloy meta-crate ([#360](https://github.com/edgeandnode/toolshed/pull/360)) +- *(thegraph-core)* remove serde feature from default features set ([#359](https://github.com/edgeandnode/toolshed/pull/359)) + +### Fixed + +- pin alloy-signer ([#353](https://github.com/edgeandnode/toolshed/pull/353)) + +### Other + +- *(thegraph-core)* improve crate docs.rs docs ([#363](https://github.com/edgeandnode/toolshed/pull/363)) +- *(thegraph-core)* extend subgraph client integration tests timeout to 30s ([#362](https://github.com/edgeandnode/toolshed/pull/362)) +- *(thegraph-core)* update crate readme ([#361](https://github.com/edgeandnode/toolshed/pull/361)) +- *(thegraph-core)* update crate readme ([#357](https://github.com/edgeandnode/toolshed/pull/357)) +- *(deps)* update alloy-rs crates to 0.5 ([#336](https://github.com/edgeandnode/toolshed/pull/336)) + ## [0.7.0](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.6.1...thegraph-core-v0.7.0) - 2024-10-02 ### Other diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index dce8d45..2962917 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thegraph-core" description = "Rust core modules for The Graph network" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/edgeandnode/toolshed" authors = ["Lorenzo Delgado (LNSD) "] license = "MIT"