diff --git a/Cargo.lock b/Cargo.lock index 1f8dc23..c36bded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,7 +2809,7 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.6.0" +version = "0.6.1" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/thegraph-core/CHANGELOG.md b/thegraph-core/CHANGELOG.md index 6f3a914..cfeb004 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.1](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.6.0...thegraph-core-v0.6.1) - 2024-10-02 + +### Other + +- *(deps)* update rust crate test-with to 0.14.0 ([#314](https://github.com/edgeandnode/toolshed/pull/314)) + ## [0.6.0](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.5.7...thegraph-core-v0.6.0) - 2024-08-19 ### Added diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index 8c958c8..12717cf 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.0" +version = "0.6.1" repository = "https://github.com/edgeandnode/toolshed" authors = ["Lorenzo Delgado (LNSD) "] license = "MIT"