From 2c79f032b5e76b65be689aa3a3bd9edd75d3cb15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 16:30:41 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- Cargo.lock | 6 +++--- crates/config/CHANGELOG.md | 7 +++++++ crates/config/Cargo.toml | 2 +- crates/service/CHANGELOG.md | 2 ++ crates/service/Cargo.toml | 2 +- crates/tap-agent/CHANGELOG.md | 2 ++ crates/tap-agent/Cargo.toml | 2 +- 8 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53a5e7827..8624c2249 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.9.6", - "crates/config": "1.3.2", - "crates/service": "1.5.6" + "crates/tap-agent": "1.9.7", + "crates/config": "1.4.0", + "crates/service": "1.5.7" } diff --git a/Cargo.lock b/Cargo.lock index 58a93625c..fcd1ad149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.3.2" +version = "1.4.0" dependencies = [ "bigdecimal", "bip39", @@ -3941,7 +3941,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.5.6" +version = "1.5.7" dependencies = [ "anyhow", "async-graphql", @@ -4007,7 +4007,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.9.6" +version = "1.9.7" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index f5f70428d..8ec49a74d 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.2...indexer-config-v1.4.0) (2025-05-29) + + +### Features + +* add tap sender aggregator endpoints to default config ([#732](https://github.com/graphprotocol/indexer-rs/issues/732)) ([afc50dc](https://github.com/graphprotocol/indexer-rs/commit/afc50dca4fc997482e4e0fd42727171a177a43a2)) + ## [1.3.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.1...indexer-config-v1.3.2) (2025-05-28) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index eb4b33e16..5bb696261 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.3.2" +version = "1.4.0" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index a20ac5918..9c388799f 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,8 @@ +## [1.5.7](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.6...indexer-service-rs-v1.5.7) (2025-05-29) + ## [1.5.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.5...indexer-service-rs-v1.5.6) (2025-05-28) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index dea3c9022..b50da494c 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.5.6" +version = "1.5.7" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 86a744f96..bb8e408a6 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,8 @@ +## [1.9.7](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.6...indexer-tap-agent-v1.9.7) (2025-05-29) + ## [1.9.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.5...indexer-tap-agent-v1.9.6) (2025-05-28) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index cda2a8473..518e4816e 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.9.6" +version = "1.9.7" edition = "2021" publish = false