From 496968b179c06ff5a5a29279d836b93f4675a3ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:29:16 +0000 Subject: [PATCH] chore: release main (#585) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gustavo Inacio --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/tap-agent/CHANGELOG.md | 7 +++++++ crates/tap-agent/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6860ae9e..8a179843 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.7.4", + "crates/tap-agent": "1.8.0", "crates/config": "1.2.2", "crates/service": "1.4.1" } diff --git a/Cargo.lock b/Cargo.lock index dba47931..3f6c8503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.7.4" +version = "1.8.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 1391501a..2239e9b1 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.4...indexer-tap-agent-v1.8.0) (2025-01-29) + + +### Features + +* grpc client for tap aggregator ([#583](https://github.com/graphprotocol/indexer-rs/issues/583)) ([c3ede8f](https://github.com/graphprotocol/indexer-rs/commit/c3ede8f8bfe1820dd0bdc8876af083a8971d39ff)) + ## [1.7.4](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.3...indexer-tap-agent-v1.7.4) (2024-12-18) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index a65d7def..3649159f 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.7.4" +version = "1.8.0" edition = "2021" publish = false