From 52d3241132455bf5f4fbe3d53e63a7be41285e43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:48:05 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- Cargo.lock | 6 +++--- crates/config/CHANGELOG.md | 12 ++++++++++++ crates/config/Cargo.toml | 2 +- crates/service/CHANGELOG.md | 12 ++++++++++++ crates/service/Cargo.toml | 2 +- crates/tap-agent/CHANGELOG.md | 12 ++++++++++++ crates/tap-agent/Cargo.toml | 2 +- 8 files changed, 45 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78ad961cf..8f65b419a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "2.0.2", - "crates/config": "2.0.2", - "crates/service": "2.0.2" + "crates/tap-agent": "2.1.0", + "crates/config": "2.1.0", + "crates/service": "2.1.0" } diff --git a/Cargo.lock b/Cargo.lock index 8b3db8f58..44eb6989a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "2.0.2" +version = "2.1.0" dependencies = [ "bigdecimal", "bip39", @@ -4409,7 +4409,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "2.0.2" +version = "2.1.0" dependencies = [ "anyhow", "async-graphql", @@ -4475,7 +4475,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "2.0.2" +version = "2.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index c5dcd218f..3cdad8258 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v2.0.2...indexer-config-v2.1.0) (2026-04-20) + + +### Features + +* remove v1 escrow ([#1015](https://github.com/graphprotocol/indexer-rs/issues/1015)) ([07069a4](https://github.com/graphprotocol/indexer-rs/commit/07069a4ad12d2d0b3f830965e8f53643f80c5754)) + + +### Bug Fixes + +* **config:** several configuration optimizations ([#1014](https://github.com/graphprotocol/indexer-rs/issues/1014)) ([0584738](https://github.com/graphprotocol/indexer-rs/commit/058473875a3e02b1b5c73b4af119afd82e69b14e)) + ## [2.0.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v2.0.1...indexer-config-v2.0.2) (2026-04-17) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 2fb18c8db..34940b163 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "2.0.2" +version = "2.1.0" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index d18d92907..15a57fb22 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,18 @@ +## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v2.0.2...indexer-service-rs-v2.1.0) (2026-04-20) + + +### Features + +* remove v1 escrow ([#1015](https://github.com/graphprotocol/indexer-rs/issues/1015)) ([07069a4](https://github.com/graphprotocol/indexer-rs/commit/07069a4ad12d2d0b3f830965e8f53643f80c5754)) + + +### Bug Fixes + +* **config:** several configuration optimizations ([#1014](https://github.com/graphprotocol/indexer-rs/issues/1014)) ([0584738](https://github.com/graphprotocol/indexer-rs/commit/058473875a3e02b1b5c73b4af119afd82e69b14e)) + ## [2.0.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v2.0.1...indexer-service-rs-v2.0.2) (2026-04-17) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index 4f43d1e02..509f11e30 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "2.0.2" +version = "2.1.0" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index f86597220..9d44c6517 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,18 @@ +## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.0.2...indexer-tap-agent-v2.1.0) (2026-04-20) + + +### Features + +* remove v1 escrow ([#1015](https://github.com/graphprotocol/indexer-rs/issues/1015)) ([07069a4](https://github.com/graphprotocol/indexer-rs/commit/07069a4ad12d2d0b3f830965e8f53643f80c5754)) + + +### Bug Fixes + +* **config:** several configuration optimizations ([#1014](https://github.com/graphprotocol/indexer-rs/issues/1014)) ([0584738](https://github.com/graphprotocol/indexer-rs/commit/058473875a3e02b1b5c73b4af119afd82e69b14e)) + ## [2.0.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.0.1...indexer-tap-agent-v2.0.2) (2026-04-17) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index fa0860659..3346921bb 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "2.0.2" +version = "2.1.0" edition = "2021" publish = false