From b3e1c4f0cfcc141fa82b0e10b668f3a63c4c1155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:42:56 +0000 Subject: [PATCH 1/2] chore: release --- Cargo.lock | 2 +- thegraph-core/CHANGELOG.md | 6 ++++++ thegraph-core/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afcd017..a0190b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.6.1" +version = "0.6.2" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/thegraph-core/CHANGELOG.md b/thegraph-core/CHANGELOG.md index cfeb004..356967c 100644 --- a/thegraph-core/CHANGELOG.md +++ b/thegraph-core/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.6.1...thegraph-core-v0.6.2) - 2024-10-02 + +### Other + +- *(deps)* update alloy-rs crates ([#294](https://github.com/edgeandnode/toolshed/pull/294)) + ## [0.6.1](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.6.0...thegraph-core-v0.6.1) - 2024-10-02 ### Other diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index a867b07..847a9a8 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thegraph-core" description = "A collection of Rust modules shared between The Graph's network services" -version = "0.6.1" +version = "0.6.2" repository = "https://github.com/edgeandnode/toolshed" authors = ["Lorenzo Delgado (LNSD) "] license = "MIT" From 07be16250ab3a6d57c1c6b1681fdb87ccc0e5480 Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Wed, 2 Oct 2024 10:47:20 +0200 Subject: [PATCH 2/2] chore(thegraph-core): release v0.7.0 Signed-off-by: Lorenzo Delgado --- Cargo.lock | 2 +- thegraph-core/CHANGELOG.md | 2 +- thegraph-core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0190b6..332e44e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.6.2" +version = "0.7.0" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/thegraph-core/CHANGELOG.md b/thegraph-core/CHANGELOG.md index 356967c..f714afa 100644 --- a/thegraph-core/CHANGELOG.md +++ b/thegraph-core/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.6.2](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.6.1...thegraph-core-v0.6.2) - 2024-10-02 +## [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 847a9a8..e134b3e 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thegraph-core" description = "A collection of Rust modules shared between The Graph's network services" -version = "0.6.2" +version = "0.7.0" repository = "https://github.com/edgeandnode/toolshed" authors = ["Lorenzo Delgado (LNSD) "] license = "MIT"