From 45f9e820c1f550130dd0b74c832f78ca0fb5a6ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:57:40 +0100 Subject: [PATCH] chore(thegraph-core): release v0.9.6 (#453) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Lorenzo Delgado --- 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 e5b3112..4ddfdd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.9.5" +version = "0.9.6" dependencies = [ "alloy", "async-graphql", diff --git a/thegraph-core/CHANGELOG.md b/thegraph-core/CHANGELOG.md index 5ed35be..79c6298 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.9.6](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.9.5...thegraph-core-v0.9.6) - 2024-12-19 + +### Added + +- *(thegraph-core)* re-export various alloy crate features (#452) + ## [0.9.5](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.9.4...thegraph-core-v0.9.5) - 2024-12-13 ### Fixed diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index bf5c4de..6e4a8a0 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.9.5" +version = "0.9.6" repository = "https://github.com/edgeandnode/toolshed" authors = ["Lorenzo Delgado (LNSD) "] license = "MIT"